[Lunar-commits] CVS: moonbase/compilers/mcs POST_INSTALL, 1.1.1.1, 1.2

Auke Kok sofar at lunar-linux.org
Fri Aug 20 08:06:05 GMT 2004


Update of /var/cvs/lunar/moonbase/compilers/mcs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv19326/compilers/mcs

Modified Files:
	POST_INSTALL 
Log Message:
Removing BOOST_LOCK in POST_INSTALL is obsoleted by about 8-12 months as the boost() function in the core cleans up the boostlock before POST_INSTALL is ran. Removing the obsolete calls from moonbase since they confuse people.


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/mcs/POST_INSTALL,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- POST_INSTALL	21 Aug 2002 00:55:11 -0000	1.1.1.1
+++ POST_INSTALL	20 Aug 2004 08:05:33 -0000	1.2
@@ -1,5 +1,4 @@
 if  module_installed  mono;  then
-  rm    -f  $BOOST_LOCK
   lin  -c -r mono
 fi
     



More information about the Lunar-commits mailing list