[cmucl-cvs] CVS src
rtoy
rtoy at common-lisp.net
Thu Sep 16 00:13:01 UTC 2010
Update of /project/cmucl/cvsroot/src
In directory cl-net:/tmp/cvs-serv27362
Modified Files:
BUILDING
Log Message:
Add note about using -crl for cross-build-world.sh to combine some
steps.
(And test cmucl-cvs at common-lisp.net.)
--- /project/cmucl/cvsroot/src/BUILDING 2010/08/01 14:33:45 1.22
+++ /project/cmucl/cvsroot/src/BUILDING 2010/09/16 00:13:01 1.23
@@ -669,4 +669,9 @@
good at this point too.
Some of the details for each command may have changed; You can get
-help for each command by using the -h argument.
\ No newline at end of file
+help for each command by using the -h argument.
+
+In particular steps 3, 4, and 5 can be combined into one by using the
+-c, -r, and -l options for cross-build-world.sh. The -c option cleans
+out the targe and cross directories; -r does step 4; and -l does step
+5.
More information about the cmucl-cvs
mailing list