summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/Build2
-rw-r--r--Build/source/ChangeLog4
2 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/Build b/Build/source/Build
index 5c458f2b547..040ef4ba76c 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -95,6 +95,8 @@ cd $TL_WORKDIR || exit 1
# failure at either step.
{
echo starting `date`
+ echo "$0 $*"
+ echo
set -vx # show the configure and make commands in the log.
eval $TL_BUILD_ENV time $TL_CONFIGURE \
diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog
index d6cfff8f046..0baabaa27c5 100644
--- a/Build/source/ChangeLog
+++ b/Build/source/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-17 Karl Berry <karl@tug.org>
+
+ * Build: show Build command itself in build.log.
+
2009-06-18 Karl Berry <karl@tug.org>
* Build: eradicate -Wdecl stuff, peb has implemented something