summaryrefslogtreecommitdiffstats
path: root/set_soenv.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-19 01:55:59 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 19:34:04 -0600
commitd5f31a603c6ea5d232c54d4c0311f94db7e09de3 (patch)
tree0f6e30590a61ac6bf0203a44cbec4743156b3dcc /set_soenv.in
parentavoid exporting un-necessary symbol/alias for stable scripts (diff)
downloadcore-d5f31a603c6ea5d232c54d4c0311f94db7e09de3.tar.gz
core-d5f31a603c6ea5d232c54d4c0311f94db7e09de3.zip
migrate TARFILE_LOCATION out of set_soenv
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 87f3f22e28d7..d5e8e5c887ef 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -158,7 +158,6 @@ chomp( $oldPATH ); # cut off new line
# NB: Language options now set at 'ToFile' stage.
$SOLAR_JAVA = "@SOLAR_JAVA@";
$comment = "#"; # UNIX script comment character
-$TARFILE_LOCATION = "@TARFILE_LOCATION@"; # where to find tarballs with external sources
# Setting platform dependent constant values.
if ( $platform =~ m/cygwin|mingw32/ )
@@ -260,11 +259,6 @@ $XLIB = PathFormat('@XLIB@'); # X11 libraries
$XINC = PathFormat('@XINC@'); # X11 includes
-# default TARFILE_LOCATION
-if ('@TARFILE_LOCATION@' eq "DEFAULT")
-{ $TARFILE_LOCATION="$SRC_ROOT/src";
-}
-
#
$SOLARENV = PathFormat($SRC_ROOT.$SOLENV);
# Location of the solver tree.
@@ -514,7 +508,6 @@ ToFile( "Platform independent constant values.", $empty, "c" );
}
ToFile( "nodep", "@nodep@", "e" );
-ToFile( "TARFILE_LOCATION", $TARFILE_LOCATION, "e" );
#
# Writing the platform dependent constant values to file.