summaryrefslogtreecommitdiff
path: root/Build/source/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-10-21 18:19:11 +0000
committerKarl Berry <karl@freefriends.org>2014-10-21 18:19:11 +0000
commit1ed4b709f6e9f42a151624dcc40316b315bf6627 (patch)
treeb477afb7540896ee41aecf3778ece8f4a0b47468 /Build/source/Build
parentc54624dae0d3afd30c7b03f7fcf197e1504d400a (diff)
show compiler versions in summary if easy
git-svn-id: svn://tug.org/texlive/trunk@35412 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Build')
-rwxr-xr-xBuild/source/Build5
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/Build b/Build/source/Build
index ec26c40a7ca..efe904dd660 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -64,8 +64,7 @@ if test "x$1" = x--debug || test "x$1" = x-g; then
: ${TL_COMPILER_GFLAGS=-g}
c="CFLAGS='$TL_COMPILER_GFLAGS'"
cxx="CXXFLAGS='$TL_COMPILER_GFLAGS'"
- objcxx="OBJCXXFLAGS='$TL_COMPILER_GFLAGS'"
- TL_BUILD_ENV="$c $cxx $objcxx $TL_BUILD_ENV"
+ TL_BUILD_ENV="$c $cxx $TL_BUILD_ENV"
fi
# allow override of configure location.
@@ -105,7 +104,7 @@ cd $TL_WORKDIR || exit 1
# configure && make. Keep the tee outside, so that we can detect
# failure at either step.
{
- echo "starting `date`"
+ echo "starting TeX Live build at `date`"
echo "on `uname -a`"
echo "in `pwd`"
echo "$0 $*"