[Lunar-commits] CVS: theedge/var/lib/lunar/functions main.lunar, 1.10, 1.11

Auke Kok sofar at lunar-linux.org
Fri Apr 16 10:58:00 GMT 2004


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17601/var/lib/lunar/functions

Modified Files:
	main.lunar 
Log Message:
Add this back: last minute source code presence check before compile starts.


Index: main.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/main.lunar,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- main.lunar	15 Mar 2004 22:54:34 -0000	1.10
+++ main.lunar	16 Apr 2004 10:57:58 -0000	1.11
@@ -205,6 +205,9 @@
   satisfy_depends             &&
   show_downloading            &&
 
+  # last minute source code presence check:
+  download_module $MODULE     &&
+
   # now entering the physical BUILD stage
   if ! current_locked && ! solo_locked ; then
     echo $$ > $linING  &&



More information about the Lunar-commits mailing list