CVS: theedge/var/lib/lunar/compilers cc,1.6,1.7 gcc,1.5,1.6

Auke Kok sofar at lunar-linux.org
Thu Nov 6 22:29:41 GMT 2003


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

Modified Files:
	cc gcc 
Log Message:
Syncing some fixes:

 - compiler wrappers showed wrong compile call
 - get_moonbase breakage detection
 - cpan:// module installing native supported (need to commit example modules, please be patient)
 - autoresurrect logging disabled (too much noise in logs, especially with sound on).


Index: cc
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/compilers/cc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cc	16 Aug 2003 17:04:00 -0000	1.6
+++ cc	6 Nov 2003 22:29:39 -0000	1.7
@@ -3,7 +3,7 @@
 export PATH=${PATH/\/var\/lib\/lunar\/compilers:/}
 
 if [ -n "$LUNAR_DEBUG" ] ; then
-  echo "++ $CXX_EXT g++ $CCOPT \"$@\"" > /dev/stderr
+  echo "++ $CC_EXT gcc $COPT \"$@\"" > /dev/stderr
 fi
   
 $CC_EXT gcc $COPT "$@"

Index: gcc
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/compilers/gcc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gcc	16 Aug 2003 17:04:00 -0000	1.5
+++ gcc	6 Nov 2003 22:29:39 -0000	1.6
@@ -3,7 +3,7 @@
 export PATH=${PATH/\/var\/lib\/lunar\/compilers:/}
 
 if [ -n "$LUNAR_DEBUG" ] ; then
-  echo "++ $CXX_EXT g++ $CCOPT \"$@\"" > /dev/stderr
+  echo "++ $CXX_EXT gcc $COPT \"$@\"" > /dev/stderr
 fi
   
 $CC_EXT gcc $COPT "$@"




More information about the Lunar-commits mailing list