Enlightenment CVS committal

Author  : vapier
Module  : e_modules

Dir     : e_modules


Modified Files:
        autogen.sh 


Log Message:
abort if a sub autogen.sh failed

===================================================================
RCS file: /cvs/e/e_modules/autogen.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- autogen.sh  4 Jul 2006 00:52:45 -0000       1.5
+++ autogen.sh  29 Aug 2006 23:25:46 -0000      1.6
@@ -5,7 +5,7 @@
        sed "s,%MODNAME%,$d,g" e_modules-TEMPLATE.spec.in > 
"$d/e_modules-$d.spec.in"
        test -x "${d}/autogen.sh" || continue
        echo "AUTOGEN:  $d"
-       (cd $d && ./autogen.sh "$@")
+       (cd $d && ./autogen.sh "$@") || exit 1
 done
 
 cp -p configure.in configure



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to