summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-17 13:40:44 +0000
committerKarl Berry <karl@freefriends.org>2009-09-17 13:40:44 +0000
commitc9c736a3f5a38f4f2d18a33f57e3794ad3102268 (patch)
treecab57ea9ff0c6372e1634ec25d2f0f2031365146 /Build
parentc0bc2ddcbbc310dce145895881de11174ce6b4d1 (diff)
show Build command in build.log
git-svn-id: svn://tug.org/texlive/trunk@15334 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-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