[Lunar-commits] CVS: theedge/sbin lin,1.91,1.92

Terry Chan tchan at lunar-linux.org
Tue Apr 5 05:26:41 UTC 2005


Update of /var/cvs/lunar/theedge/sbin
In directory espresso.foo-projects.org:/tmp/cvs-serv26298

Modified Files:
	lin 
Log Message:
Reverting sofar's change to lin because he just broke the ability to do, for
example:  "lin automake autoconf".  2nd module always fails because
BUILD_DIRECTORY is set to 1st modules source_dir <---- bzzzzt!!!! Not good!
sofar will have to fix this correctly when he has some time.  At least now
I can do "lin module1 module2 module3" again.


Index: lin
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lin,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- lin	4 Apr 2005 11:11:56 -0000	1.91
+++ lin	5 Apr 2005 05:26:38 -0000	1.92
@@ -128,7 +128,8 @@
           if ! module_held $MODULE ; then
             linING="/var/lock/installing.$MODULE"
             verbose_msg "starting lin \"$MODULE\""
-            if ! SINGLE_MODULE=1 main $MODULE ; then
+#           if ! SINGLE_MODULE=1 main $MODULE ; then
+            if ! SINGLE_MODULE=1 lin $COMPILE $PROBE $SILENT $MODULE ; then
               if [ -e "$TMP_LIN_FAIL" ] ; then
                 echo "$MODULE" >> $TMP_LIN_FAIL
               fi



More information about the Lunar-commits mailing list