CMUCL commit: src/tools (build-utils.sh build-world.sh)
Raymond Toy
rtoy at common-lisp.net
Sun Apr 18 19:16:42 CEST 2010
Date: Sunday, April 18, 2010 @ 13:16:42
Author: rtoy
Path: /project/cmucl/cvsroot/src/tools
Modified: build-utils.sh build-world.sh
Enable translations when building the world and the utils.
----------------+
build-utils.sh | 1 +
build-world.sh | 1 +
2 files changed, 2 insertions(+)
Index: src/tools/build-utils.sh
diff -u src/tools/build-utils.sh:1.5 src/tools/build-utils.sh:1.6
--- src/tools/build-utils.sh:1.5 Wed Apr 14 12:39:52 2010
+++ src/tools/build-utils.sh Sun Apr 18 13:16:42 2010
@@ -25,6 +25,7 @@
(setf *default-pathname-defaults* (ext:default-directory))
(intl:install)
+(intl::translation-enable)
(load "target:setenv")
(pushnew :no-clx *features*)
Index: src/tools/build-world.sh
diff -u src/tools/build-world.sh:1.6 src/tools/build-world.sh:1.7
--- src/tools/build-world.sh:1.6 Wed Apr 14 12:39:52 2010
+++ src/tools/build-world.sh Sun Apr 18 13:16:42 2010
@@ -32,6 +32,7 @@
(setf *default-pathname-defaults* (ext:default-directory))
(intl::install)
+(intl::translation-enable)
(setf (ext:search-list "target:")
'("$TARGET/" "src/"))
More information about the cmucl-commit
mailing list