OSDN Git Service

* gen-all: Print options.
authordevans <devans>
Wed, 10 Feb 2010 19:28:35 +0000 (19:28 +0000)
committerdevans <devans>
Wed, 10 Feb 2010 19:28:35 +0000 (19:28 +0000)
cgen/ChangeLog
cgen/gen-all

index 97d629b..2495a0a 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-10  Doug Evans  <dje@sebabeach.org>
+
+       * gen-all: Print options.
+
 2010-01-28  Doug Evans  <dje@sebabeach.org>
 
        * pmacros.scm (pmacros-init!): New arg rtl-version, all callers
index dfca191..332e9ac 100644 (file)
@@ -23,6 +23,8 @@
 set -e
 trap "echo ERROR: $(date)" 0
 
+all_args="$@"
+
 if [ ! -f ./gen-all.rc ]
 then
     echo "Missing gen-all.rc file." >&2
@@ -405,6 +407,8 @@ build_diffs () {
 # And we're off.
 
 echo "Starting gen-all: $(date)"
+# Print the command line to make it easier to review old builds.
+echo "Options: ${all_args}"
 
 mkdir -p tmp-all
 cd tmp-all