[Lunar-commits] 
	CVS: theedge/var/lib/lunar/functions moonbase.lunar, 1.16, 1.17
    Auke Kok 
    sofar at lunar-linux.org
       
    Wed May 19 10:04:19 GMT 2004
    
    
  
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10465/var/lib/lunar/functions
Modified Files:
	moonbase.lunar 
Log Message:
make 'moonbase' 'hold'-able =^D (nice for those rebuilds)
Index: moonbase.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/moonbase.lunar,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- moonbase.lunar	7 Mar 2004 23:32:31 -0000	1.16
+++ moonbase.lunar	19 May 2004 10:04:17 -0000	1.17
@@ -12,6 +12,10 @@
 get_moonbase () {
 (
   debug_msg "get_moonbase  ($@)"
+  if $(module_held "moonbase") ; then
+    verbose_msg "Skipping compile and install for held module \"moonbase\""
+    return
+  fi
 
   SYSTEM_MOONBASE=/var/lib/lunar/moonbase
 
    
    
More information about the Lunar-commits
mailing list