Update of /cvsroot/leaf/src/bering-uclibc4/buildtool/tools
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26848/tools

Modified Files:
        geniso.sh 
Log Message:
Clean-up


Index: geniso.sh
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/buildtool/tools/geniso.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** geniso.sh   10 Jun 2010 10:05:10 -0000      1.4
--- geniso.sh   12 Aug 2010 21:10:04 -0000      1.5
***************
*** 89,97 ****
  # copy base files
  find $PKGDIR -maxdepth 1 -type f -exec cp {} $TMPDIR \;
! mkdir -p $TMPDIR/contrib
! mkdir -p $TMPDIR/testing
! find $PKGDIR/testing -maxdepth 1 -type f -exec cp {} $TMPDIR/testing \;
! find $PKGDIR/contrib -maxdepth 1 -type f -exec cp {} $TMPDIR/contrib \;
! find $PKGDIR/$KVERSION -maxdepth 1 -type f -exec cp {} $TMPDIR \;
  cp -R $PKGDIR/* $TMPDIR
  
--- 89,97 ----
  # copy base files
  find $PKGDIR -maxdepth 1 -type f -exec cp {} $TMPDIR \;
! #mkdir -p $TMPDIR/contrib
! #mkdir -p $TMPDIR/testing
! #find $PKGDIR/testing -maxdepth 1 -type f -exec cp {} $TMPDIR/testing \;
! #find $PKGDIR/contrib -maxdepth 1 -type f -exec cp {} $TMPDIR/contrib \;
! #find $PKGDIR/$KVERSION -maxdepth 1 -type f -exec cp {} $TMPDIR \;
  cp -R $PKGDIR/* $TMPDIR
  
***************
*** 153,157 ****
  #             rm $TMPDIR/lib/modules/$KVERSION/build
                (cd $STGDIR/lib/modules/$KVERSION; tar -czf $TMPDIR/modules.tgz 
*  --exclude=build --exclude=source)
!               IMGNAME=$IMGPATH/Bering-uClibc_$VERSION'_'iso_bering-uclibc.iso
                (cd $TMPDIR ; mkisofs -o $IMGNAME -v -b isolinux/isolinux.bin  
-c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -l -R -r 
.)
  
--- 153,157 ----
  #             rm $TMPDIR/lib/modules/$KVERSION/build
                (cd $STGDIR/lib/modules/$KVERSION; tar -czf $TMPDIR/modules.tgz 
*  --exclude=build --exclude=source)
!               IMGNAME=$IMGPATH/Bering-uClibc_$VERSION'.'iso
                (cd $TMPDIR ; mkisofs -o $IMGNAME -v -b isolinux/isolinux.bin  
-c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -l -R -r 
.)
  


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to