Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7957/scripts
Modified Files:
e100 e1000
Log Message:
silently exit when the intel exxxx build scripts are called
Index: e100
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/e100,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- e100 10 Sep 2004 23:16:24 -0000 1.13
+++ e100 11 Sep 2004 16:16:17 -0000 1.14
@@ -23,7 +23,7 @@
# source functions and config
source $MYDIR/settings
-test ! "$CONFIG_LINUX_VERSION" = "2.4" && exit 1
+test ! "$CONFIG_LINUX_VERSION" = "2.4" && exit 0
case $1 in
build )
Index: e1000
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/e1000,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- e1000 10 Sep 2004 23:16:24 -0000 1.14
+++ e1000 11 Sep 2004 16:16:17 -0000 1.15
@@ -23,7 +23,7 @@
# source functions and config
source $MYDIR/settings
-test ! "$CONFIG_LINUX_VERSION" = "2.4" && exit 1
+test ! "$CONFIG_LINUX_VERSION" = "2.4" && exit 0
case $1 in
build )
|