CVS: moonbase/compilers/mcs BUILD,1.2,1.3 DETAILS,1.8,1.9
nhudson at lunar-linux.org
nhudson at lunar-linux.org
Mon Sep 1 20:24:39 GMT 2003
Update of /var/cvs/lunar/moonbase/compilers/mcs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv16064/mcs
Modified Files:
BUILD DETAILS
Log Message:
Updating mono and mcs to new verson 0.26
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/mcs/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 17 Jan 2003 11:39:09 -0000 1.2
+++ BUILD 1 Sep 2003 20:24:37 -0000 1.3
@@ -1,7 +1,7 @@
(
-make -f makefile.gnu &&
-prepare_install &&
-make -f makefile.gnu install prefix=/usr
+ make prefix=/usr &&
+ prepare-install &&
+ make prefix=/usr install
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/mcs/DETAILS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- DETAILS 27 Jun 2003 11:30:13 -0000 1.8
+++ DETAILS 1 Sep 2003 20:24:37 -0000 1.9
@@ -1,5 +1,5 @@
MODULE=mcs
- VERSION=0.25
+ VERSION=0.26
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://www.go-mono.org/archive/$SOURCE
@@ -7,7 +7,7 @@
WEB_SITE=http://www.go-mono.org
SHORT="MCS is the C# Compiler for Mono"
ENTERED=20020801
- UPDATED=20030627
+ UPDATED=20030901
cat << EOF
MCS is the C# Compiler for Mono it houses the classes and the compiler
EOF
More information about the Lunar-commits
mailing list