CMUCL commit: intl-branch src/tools (build.sh)
Raymond Toy
rtoy at common-lisp.net
Fri Feb 12 14:19:49 CET 2010
Date: Friday, February 12, 2010 @ 08:19:49
Author: rtoy
Path: /project/cmucl/cvsroot/src/tools
Tag: intl-branch
Modified: build.sh
o Minor tweak to make script run with Solaris /bin/sh.
o Document -P option.
----------+
build.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Index: src/tools/build.sh
diff -u src/tools/build.sh:1.28.2.1 src/tools/build.sh:1.28.2.2
--- src/tools/build.sh:1.28.2.1 Mon Feb 8 14:48:55 2010
+++ src/tools/build.sh Fri Feb 12 08:19:49 2010
@@ -32,7 +32,7 @@
#
# For more information see src/BUILDING.
#
-# $Header: /project/cmucl/cvsroot/src/tools/build.sh,v 1.28.2.1 2010-02-08 19:48:55 rtoy Exp $
+# $Header: /project/cmucl/cvsroot/src/tools/build.sh,v 1.28.2.2 2010-02-12 13:19:49 rtoy Exp $
#
ENABLE2="yes"
@@ -86,6 +86,7 @@
echo ' you would give to create-target.sh for the lisp'
echo ' and motif variant.'
echo ' -f mode FPU mode: x87, sse2, or auto. Default is auto'
+ echo ' -P On the last build, generate cmucl.pot"
echo " -? This help message"
exit 1
@@ -186,7 +187,7 @@
OLDLISP="${BASE}-3/lisp/lisp -noinit $FPU_MODE"
ENABLE=$ENABLE4
-if [ ${BUILD_POT} = "yes" ]; then
+if [ "${BUILD_POT}" = "yes" ]; then
MAKE_POT=yes
export MAKE_POT
fi
More information about the cmucl-commit
mailing list