summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-11 03:25:12 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-11 03:25:12 +0200
commit7ab121c2524f1378438b73aea077f37dca00ca16 (patch)
treed66ae905ea84e14a9e3bafff3d126b1454ced5ea /set_soenv.in
parent858423e99c0f348562dd9147bc07b9e353365585 (diff)
UPDATER, whatever it means, was fixed at YES, so factor out
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 9671c6c9a9f0..3233417b6b82 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -46,7 +46,7 @@ my ( $oldoutfile, $outfile, $bootfile, $newline, $comment,
#
# Platform independent constant values.
my ( $SOLAR_JAVA,
- $UPDATER, $VCL,
+ $VCL,
$CC, $CXX);
#
# Platform dependent constant values.
@@ -165,7 +165,6 @@ chomp( $oldPATH ); # cut off new line
# Setting platform independent constant values.
# NB: Language options now set at 'ToFile' stage.
$SOLAR_JAVA = "@SOLAR_JAVA@";
-$UPDATER = "YES";
$VCL = "TRUE";
$comment = "#"; # UNIX script comment character
$TARFILE_LOCATION = "@TARFILE_LOCATION@"; # where to find tarballs with external sources
@@ -1430,7 +1429,6 @@ ToFile( "OOODMAKEMODE", "YES", "e" );
ToFile( "PRODUCTVERSION", "@PRODUCTVERSION@", "e" );
ToFile( "WITH_POOR_HELP_LOCALIZATIONS", $WITH_POOR_HELP_LOCALIZATIONS, "e" );
-ToFile( "UPDATER", $UPDATER, "e" );
ToFile( "VCL", $VCL, "e" );
if ("@ENABLE_DEBUG@" eq "TRUE") {
ToFile( "debug", "true", "e" );