CMUCL commit: intl-branch src/tools (build-world.sh)

Raymond Toy rtoy at common-lisp.net
Wed Feb 10 18:10:30 CET 2010


    Date: Wednesday, February 10, 2010 @ 12:10:30
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/tools
     Tag: intl-branch

Modified: build-world.sh

Dump the pot files before we do worldbuild.


----------------+
 build-world.sh |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


Index: src/tools/build-world.sh
diff -u src/tools/build-world.sh:1.4.32.2 src/tools/build-world.sh:1.4.32.3
--- src/tools/build-world.sh:1.4.32.2	Mon Feb  8 21:19:15 2010
+++ src/tools/build-world.sh	Wed Feb 10 12:10:30 2010
@@ -57,9 +57,10 @@
 #+(or no-compiler runtime) (comf "target:compiler/generic/new-genesis")
 #-(or no-pcl runtime) (load "target:tools/pclcom")
 
+$SAVEPOT
+
 (setq *gc-verbose* t *interactive* t)
 
 (load "target:tools/worldbuild")
-$SAVEPOT
 (ext:quit)
 EOF



More information about the cmucl-commit mailing list