[Scummlinux-cvs-logs] scummlinux/packages/busybox build,1.2,1.3
Brought to you by:
yoshizf
From: <yo...@us...> - 2003-07-28 19:26:27
|
Update of /cvsroot/scummlinux/scummlinux/packages/busybox In directory sc8-pr-cvs1:/tmp/cvs-serv5403/packages/busybox Modified Files: build Log Message: UPXing busybox is *bad* Index: build =================================================================== RCS file: /cvsroot/scummlinux/scummlinux/packages/busybox/build,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build 25 Jul 2003 20:20:00 -0000 1.2 --- build 28 Jul 2003 19:07:41 -0000 1.3 *************** *** 8,12 **** export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0" ! make -C "`ls -d $BUILD/busybox-*`" CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" && upx -9 `ls -d $BUILD/busybox-*/busybox` && exit 0 exit 1 --- 8,12 ---- export UCLIBC_GCC_DLOPT="-Wl,--dynamic-linker,/lib/ld-uClibc.so.0" ! make -C "`ls -d $BUILD/busybox-*`" CC="`ls $ROOT/$BUILD/uClibc-*/build/usr/bin/gcc`" && exit 0 exit 1 |