Update of /cvsroot/devil-linux/build/scripts
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5367/scripts
Modified Files:
syslinux
Log Message:
no need to recompile syslinux
corrected 686 kernel config
Index: syslinux
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/syslinux,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- syslinux 6 Oct 2015 00:59:17 -0000 1.31
+++ syslinux 18 Oct 2015 14:17:42 -0000 1.32
@@ -16,9 +16,10 @@
case $1 in
build )
- make $PMAKE all || exit 1
+ make installer || exit 1
#instal it, we need it later
+ # let's fool the Makefile. We don't want to add upx
make install || exit 1
;;
|