CMUCL commit: src/tools (build.sh make-dist.sh)
Raymond Toy
rtoy at common-lisp.net
Mon Feb 1 16:04:51 CET 2010
Date: Monday, February 1, 2010 @ 10:04:51
Author: rtoy
Path: /project/cmucl/cvsroot/src/tools
Modified: build.sh make-dist.sh
build.sh:
o Add RCS header
make-dist.sh:
o Add RCS header
o Add some comments on what this does.
--------------+
build.sh | 3 +++
make-dist.sh | 11 +++++++++++
2 files changed, 14 insertions(+)
Index: src/tools/build.sh
diff -u src/tools/build.sh:1.27 src/tools/build.sh:1.28
--- src/tools/build.sh:1.27 Thu Sep 17 12:15:53 2009
+++ src/tools/build.sh Mon Feb 1 10:04:51 2010
@@ -31,6 +31,9 @@
# do that by hand.
#
# For more information see src/BUILDING.
+#
+# $Header: /project/cmucl/cvsroot/src/tools/build.sh,v 1.28 2010-02-01 15:04:51 rtoy Exp $
+#
ENABLE2="yes"
ENABLE3="yes"
Index: src/tools/make-dist.sh
diff -u src/tools/make-dist.sh:1.15 src/tools/make-dist.sh:1.16
--- src/tools/make-dist.sh:1.15 Sat Jan 23 13:38:43 2010
+++ src/tools/make-dist.sh Mon Feb 1 10:04:51 2010
@@ -1,5 +1,16 @@
#!/bin/sh
+# Build a binary distribution of CMUCL. This script takes the result
+# from build.sh and packages up everything into two tarballs. One
+# contains the core of cmucl; the other contains extras like clx, clm,
+# and hemlock. Optionally a source distrubition is also created.
+#
+# Alternatively, you can install everything into a directory, as if
+# you extracted the two tarballs and the source distribution into that
+# directory.
+#
+# $Header: /project/cmucl/cvsroot/src/tools/make-dist.sh,v 1.16 2010-02-01 15:04:51 rtoy Exp $
+
usage() {
echo "make-dist.sh: [-hbg] [-G group] [-O owner] [-I destdir] [-M mandir] dir version [arch os]"
echo " -h This help"
More information about the cmucl-commit
mailing list