[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-cvs
Subject:    [IPCop-cvs] ipcop make.sh,1.129.2.138,1.129.2.139
From:       Gilles Espinasse <gespinasse () users ! sourceforge ! net>
Date:       2006-01-30 7:17:30
Message-ID: E1F3TI8-0004TX-45 () mail ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/ipcop/ipcop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26455

Modified Files:
      Tag: IPCOP_v1_4_0
	make.sh 
Log Message:
Restrict find to search only on necessary diretories during strip
This save lot of time and allow to limit the number of warning 
workaround

Fix gettoolchain I broke with last minute changes before commit
I was surprised of the few md5 file load.



Index: make.sh
===================================================================
RCS file: /cvsroot/ipcop/ipcop/make.sh,v
retrieving revision 1.129.2.138
retrieving revision 1.129.2.139
diff -C2 -d -r1.129.2.138 -r1.129.2.139
*** make.sh	30 Jan 2006 01:50:14 -0000	1.129.2.138
--- make.sh	30 Jan 2006 07:17:28 -0000	1.129.2.139
***************
*** 656,661 ****
    # Strip files
    echo "`date -u '+%b %e %T'`: Stripping files" | tee -a $LOGFILE
!   $LFS/tools/bin/find $LFS/lib $LFS/usr $LFS/install ! -type l \( -name '*.so' -o \
                -name '*.so[\.0-9]*' \) \
! 	! -name 'libc.so' ! -name 'libpthread.so' ! -name 'libblkid.so' ! -name \
                'ld.so.conf' ! -name 'ld.so.8' \
  	-exec $LFS/tools/bin/strip --strip-all {} \; >> $LOGFILE 2>&1
    # add -ls before -exec if you want to verify what files are stripped
--- 656,661 ----
    # Strip files
    echo "`date -u '+%b %e %T'`: Stripping files" | tee -a $LOGFILE
!   $LFS/tools/bin/find $LFS/lib $LFS/usr/lib $LFS/usr/share/rrdtool-* $LFS/install ! \
                -type l \( -name '*.so' -o -name '*.so[\.0-9]*' \) \
! 	! -name 'libc.so' ! -name 'libpthread.so' ! -name 'libcrypto.so.0.9.7.sha1' \
  	-exec $LFS/tools/bin/strip --strip-all {} \; >> $LOGFILE 2>&1
    # add -ls before -exec if you want to verify what files are stripped
***************
*** 987,992 ****
  	echo "`date -u '+%b %e %T'`: Load toolchain tar.gz for $BUILDMACHINE" | tee -a \
$LOGFILE  cd $BASEDIR/cache
! 	if [ wget -c $URL_SFNET/ipcop/$SNAME-$VERSION-toolchain-$BUILDMACHINE.tar.gz \
! 			$URL_SFNET/ipcop/$SNAME-$VERSION-toolchain-$BUILDMACHINE.md5 ]; then
  		echo "`date -u '+%b %e %T'`: error downloading toolchain for $BUILDMACHINE \
machine" | tee -a $LOGFILE  else
--- 987,993 ----
  	echo "`date -u '+%b %e %T'`: Load toolchain tar.gz for $BUILDMACHINE" | tee -a \
$LOGFILE  cd $BASEDIR/cache
! 	wget -c $URL_SFNET/ipcop/$SNAME-$VERSION-toolchain-$BUILDMACHINE.tar.gz \
! 		$URL_SFNET/ipcop/$SNAME-$VERSION-toolchain-$BUILDMACHINE.md5
! 	if [ $? -ne 0 ]; then
  		echo "`date -u '+%b %e %T'`: error downloading toolchain for $BUILDMACHINE \
machine" | tee -a $LOGFILE  else



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
IPCop-cvs mailing list
IPCop-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic