summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorJordan Ayers <jordan.ayers@gmail.com>2011-08-10 08:17:55 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-08-10 20:43:23 -0500
commitda1681af3a32ba7d0d6406dcc4ddfc1c5e56d914 (patch)
tree8baafbe89a4792d1bc02018080d15c7b63565fc1 /set_soenv.in
parent0410bbafafb4880c9ab5f399c6c5801a4ce93619 (diff)
Remove --server mode and supporting code from build.pl.
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 e12f64ae470d..1227ef45a7dc 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -89,7 +89,7 @@ my ( $oldPATH, $SRC_ROOT, $SO_HOME, $JAVA_HOME, $JDK, $JAVAFLAGS, $OOO_SHELL,
# IId. Declaring the aliases.
#-------------------------------------------
#
-my ( $dmake, $build, $build_client, $mkout, $deliver, $zipdep );
+my ( $dmake, $build, $mkout, $deliver, $zipdep );
#
#-------------------------------------------------------------
@@ -1455,7 +1455,6 @@ else
$mkout = '"perl $SOLARENV/bin/mkout.pl"';
$deliver = '"perl $SOLARENV/bin/deliver.pl"';
$build = '"perl $SOLARENV/bin/build.pl"';
- $build_client = '"perl $SOLARENV/bin/build_client.pl"';
$zipdep = '"perl $SOLARENV/bin/zipdep.pl"';
#
@@ -2107,7 +2106,6 @@ ToFile( "Don't set aliases when bootstrapping", $empty, "c" );
ToFile( "alias mkout", $mkout, "a" );
ToFile( "alias deliver", $deliver, "a" );
ToFile( "alias build", $build, "a" );
-ToFile( "alias build_client",$build_client, "a" );
ToFile( "alias zipdep", $zipdep, "a" );
# on Solaris, MacOSX and FreeBSD, set GNUCOPY and GNUPATCH