summaryrefslogtreecommitdiff
path: root/Build/source/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-08-15 22:33:59 +0000
committerKarl Berry <karl@freefriends.org>2013-08-15 22:33:59 +0000
commit816a0af11a279e2c61f6a49a700cf0f3762945d0 (patch)
treed825fd432cf189e75ee7978fdf883b17bb84312a /Build/source/Build
parentb334c30fe0a0faa600731910cc98905b9f0b4955 (diff)
sync, doc tweaks
git-svn-id: svn://tug.org/texlive/trunk@31439 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 dff4f2eed18..9d71b5f4009 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -45,14 +45,13 @@ fi
if test "x$1" = x--debug || test "x$1" = x-g; then
shift
# The idea is that with Build -g, you can set TL_COMPILER_GFLAGS in
- # the environment with options common to all four compilers used.
+ # the environment with options common to all compilers.
# Not necessarily anything to do with debugging, e.g., -mcpu=sparvc9.
: ${TL_COMPILER_GFLAGS=-g}
c="CFLAGS='$TL_COMPILER_GFLAGS'"
cxx="CXXFLAGS='$TL_COMPILER_GFLAGS'"
- objc="OBJCFLAGS='$TL_COMPILER_GFLAGS'"
objcxx="OBJCXXFLAGS='$TL_COMPILER_GFLAGS'"
- TL_BUILD_ENV="$c $cxx $objc $objcxx $TL_BUILD_ENV"
+ TL_BUILD_ENV="$c $cxx $objcxx $TL_BUILD_ENV"
fi
test -d $TL_WORKDIR || mkdir $TL_WORKDIR