From: <smi...@us...> - 2003-12-27 20:23:26
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv15524 Modified Files: sg3_utils Log Message: disabled ET_DYN Index: sg3_utils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/sg3_utils,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- sg3_utils 13 Oct 2003 17:36:09 -0000 1.7 +++ sg3_utils 27 Dec 2003 20:13:59 -0000 1.8 @@ -28,6 +28,7 @@ case $1 in build ) if [ "$CONFIG_SG3_UTILS" = "y" ]; then + disable_et_dyn make $PMAKE all || exit 1 strip_debug fi |