summaryrefslogtreecommitdiff
path: root/Build/source/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-09 00:14:22 +0000
committerKarl Berry <karl@freefriends.org>2011-04-09 00:14:22 +0000
commit4f0afd2e4cb6159e9ca201c1a14dcca26b0701a2 (patch)
tree44cbf6b885352d0748d13373313ed6ee5dc744fc /Build/source/Build
parent92e469e7e97e8358e62cec89f243d2a272bfc46f (diff)
no need for MACOSX_DEPLOYMENT_TARGET
git-svn-id: svn://tug.org/texlive/trunk@22029 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Build')
-rwxr-xr-xBuild/source/Build12
1 files changed, 0 insertions, 12 deletions
diff --git a/Build/source/Build b/Build/source/Build
index f3f06fa0e74..9572ca0937f 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -45,18 +45,6 @@ else
rm -rf $TL_WORKDIR $TL_INSTALL_DEST
fi
-# For MacOSX PowerPC, we want to keep working on 10.3.
-# For MacOSX Intel, though, the earliest system is 10.4.
-if test -z "$MACOSX_DEPLOYMENT_TARGET"; then
- if sh build-aux/config.guess | grep powerpc.*darwin >/dev/null; then
- MACOSX_DEPLOYMENT_TARGET=10.3
- export MACOSX_DEPLOYMENT_TARGET
- else
- MACOSX_DEPLOYMENT_TARGET=10.4
- export MACOSX_DEPLOYMENT_TARGET
- fi
-fi
-
: ${TL_BUILD_ENV=}
if test "x$1" = x--debug || test "x$1" = x-g; then
shift