summaryrefslogtreecommitdiff
path: root/Build/source/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/source/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/source/Build')
-rwxr-xr-xBuild/source/Build2
1 files changed, 2 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 \