summaryrefslogtreecommitdiffstats
path: root/set_soenv.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-19 01:28:32 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 19:34:02 -0600
commit43b987e43f9ab5d6e27b2ccd67fc6833a0ac5a12 (patch)
treebe9cd3fbdee7ff7184b54943f047df5ad627238e /set_soenv.in
parentremove unused CC_X64_BINARY (diff)
downloadcore-43b987e43f9ab5d6e27b2ccd67fc6833a0ac5a12.tar.gz
core-43b987e43f9ab5d6e27b2ccd67fc6833a0ac5a12.zip
replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 1997dc615d94..e87c8799c94b 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -259,8 +259,6 @@ $PERL_PATH = dirname('@PERL@'); # Perl Path
$XLIB = PathFormat('@XLIB@'); # X11 libraries
$XINC = PathFormat('@XINC@'); # X11 includes
-# Location of the source.
-$SOLARSRC = '$SRC_ROOT';
# default TARFILE_LOCATION
if ('@TARFILE_LOCATION@' eq "DEFAULT")
@@ -279,7 +277,6 @@ $SOLARVERSION = '$SOLARVER';
$WORKDIR = '$SRC_ROOT/workdir/$INPATH';
$OUTDIR = '$SOLARVER/$INPATH';
#Some directories that are symlinks under rawbuild, have to use realpath on Cygwin
-$SOLARDEFIMG = PathFormat($SRC_ROOT.$DEFIMGS);
$SOLARENVINC = '$SOLARENV'.$INC;
@@ -779,7 +776,6 @@ ToFile( "SOLARVERSION", $SOLARVERSION, "e" );
ToFile( "WORKDIR", $WORKDIR, "e" );
ToFile( "OUTDIR", $OUTDIR, "e" );
ToFile( "SOLARENV", $SOLARENV, "e" );
-ToFile( "SOLARDEFIMG", $SOLARDEFIMG, "e" );
ToFile( "SOLARENVINC", $SOLARENVINC, "e" );
ToFile( "DMAKEROOT", $DMAKEROOT, "e" );
if ( $JDK ne "gcj" ) {
@@ -864,8 +860,6 @@ if ($platform !~ m/cygwin/) {
ToFile( "TMPDIR", "$ENV{'TMPDIR'}", "e" );
}
}
-ToFile( "SOLARSRC", $SOLARSRC, "e" );
-ToFile( "SRCDIR", $SOLARSRC, "e" );
if ( $platform =~ m/cygwin/ )
{