[Lunar-commits] CVS: theedge/sbin lin,1.87,1.88

Auke Kok sofar at lunar-linux.org
Fri Dec 10 11:00:04 UTC 2004


Update of /var/cvs/lunar/theedge/sbin
In directory espresso.foo-projects.org:/home/sofar/active/theedge/sbin

Modified Files:
	lin 
Log Message:
bugfix: if lin_module ends up calling a recompile of another modules it may not leave SINGLE_MODULE=1. This would circumvent all dependency checking etc. and never call the dl manager on those modules either.


Index: lin
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lin,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- lin	7 Dec 2004 13:56:01 -0000	1.87
+++ lin	10 Dec 2004 11:00:01 -0000	1.88
@@ -204,7 +204,7 @@
 	  elif [ "$PROBE_EXPIRED" == "on" ] && module_is_expired $MODULE ; then
 	    # probe install where module is expired
 	    verbose_msg "module \"$MODULE\" needs to be updated"
-	    if ! lin_module $MODULE ; then
+	    if ! SINGLE_MODULE= lin_module $MODULE ; then
 	      temp_destroy $TEMP_PREPAREDDEPS
 	      exit 1
 	    fi	    



More information about the Lunar-commits mailing list