[Lunar-commits] r20380 - moonbase/trunk/devel/make/plugin.d

Auke Kok sofar at lunar-linux.org
Mon Jun 12 17:40:29 UTC 2006


Author: sofar
Date: 2006-06-12 17:40:29 +0000 (Mon, 12 Jun 2006)
New Revision: 20380

Modified:
   moonbase/trunk/devel/make/plugin.d/optimize-gnu_make.plugin
Log:
double whammy error.


Modified: moonbase/trunk/devel/make/plugin.d/optimize-gnu_make.plugin
===================================================================
--- moonbase/trunk/devel/make/plugin.d/optimize-gnu_make.plugin	2006-06-12 15:20:40 UTC (rev 20379)
+++ moonbase/trunk/devel/make/plugin.d/optimize-gnu_make.plugin	2006-06-12 17:40:29 UTC (rev 20380)
@@ -11,15 +11,16 @@
 
 	if [ "$PSAFE" == "no" ] ; then
 		unset MAKES
-	elif (( MAKES > 1 )) ; then
+	elif (( MAKES < 2 )) ; then
 		unset MAKES
 	else
 		if module_installed linux-openmosix; then
 			MAKE_EXT="$MAKE_EXT mosrun -h"
 			verbose_msg "MAKE_EXT=\"$MAKE_EXT\""
 		fi
-		    
+	
 		verbose_msg "MAKES=\"$MAKES\""
+		export MAKES
 	fi
 	return 2
 }



More information about the Lunar-commits mailing list