[m-rev.] for review: fix gcc/mercury/README
Tyson Dowd
trd at cs.mu.OZ.AU
Fri May 4 21:21:38 AEST 2001
Hi,
These instructions are now better, but they still didn't work because
I checked out a snapshot that didn't seem to work. Some sort of CVS tag
or date should probably be given when checking out gcc.
===================================================================
Estimated hours taken: 0.3
Various fixes to the instructions for building the gcc-backend.
gcc/mercury/README:
Fix the cvs command lines -- they were using the wrong syntax,
and didn't include a command to login.
Add commands to cd to a directory which were missing, leading to
a checkout in the wrong directory.
Run autoconf in the mercury directory, because we don't put
configure into CVS.
Index: mercury/README
===================================================================
RCS file: /home/mercury1/repository/gcc/mercury/README,v
retrieving revision 1.3
diff -u -r1.3 README
--- mercury/README 2001/01/30 16:55:08 1.3
+++ mercury/README 2001/05/04 11:18:06
@@ -42,11 +42,15 @@
So, to summarize:
# password for gcc cvs is `anoncvs'
- cvs checkout -d :pserver:anoncvs at gcc.gnu.org:/cvs/gcc gcc
+ cvs -d :pserver:anoncvs at gcc.gnu.org:/cvs/gcc login gcc
+ cvs -d :pserver:anoncvs at gcc.gnu.org:/cvs/gcc checkout gcc
# password for Mercury cvs is `guest'
- cvs checkout -d :pserver:guest at hydra.cs.mu.oz.au:/home/mercury1/repository gcc/mercury
- cvs checkout -d :pserver:guest at hydra.cs.mu.oz.au:/home/mercury1/repository mercury
+ cvs -d :pserver:guest at hydra.cs.mu.oz.au:/home/mercury1/repository login
+ cd gcc
+ cvs -d :pserver:guest at hydra.cs.mu.oz.au:/home/mercury1/repository checkout gcc/mercury
+ cd ..
+ cvs -d :pserver:guest at hydra.cs.mu.oz.au:/home/mercury1/repository checkout mercury
cd gcc/gcc/mercury
ln -s ../../mercury mercury
@@ -55,6 +59,7 @@
cd gcc
sh configure --enable-languages=mercury
cd ../mercury
+ autoconf
sh configure
cd ../gcc
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list