summaryrefslogtreecommitdiffstats
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-25 00:27:11 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-25 00:27:11 +0300
commit15d5273c29c45df97d1e430a24892f30ca280b38 (patch)
treeccbee89d62f4ea79653ae9f7cb091696b170db33 /set_soenv.in
parentpixman-1 appears to be a static lib on MacOS when using internal one (diff)
downloadcore-15d5273c29c45df97d1e430a24892f30ca280b38.tar.gz
core-15d5273c29c45df97d1e430a24892f30ca280b38.zip
Bin pointless "nmake=dmake" alias, who needs that?
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 8f292207449b..ec80ee53d01f 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -91,7 +91,7 @@ my ( $oldPATH, $SRC_ROOT, $SO_HOME, $JAVA_HOME, $JDK, $JAVAFLAGS, $OOO_SHELL,
# IId. Declaring the aliases.
#-------------------------------------------
#
-my ( $dmake, $build, $build_client, $nmake, $mkout, $deliver, $zipdep );
+my ( $dmake, $build, $build_client, $mkout, $deliver, $zipdep );
#
#-------------------------------------------------------------
@@ -1460,8 +1460,6 @@ else
$build = '"perl $SOLARENV/bin/build.pl"';
$build_client = '"perl $SOLARENV/bin/build_client.pl"';
$zipdep = '"perl $SOLARENV/bin/zipdep.pl"';
-# 3. alias for a full product make
-$nmake = '"dmake"';
#
#--------------------------
@@ -2085,9 +2083,6 @@ ToFile( "alias deliver", $deliver, "a" );
ToFile( "alias build", $build, "a" );
ToFile( "alias build_client",$build_client, "a" );
ToFile( "alias zipdep", $zipdep, "a" );
-if ( $platform !~ m/cygwin/ )
-{ ToFile( "alias nmake", $nmake, "a" );
-}
# on Solaris, MacOSX and FreeBSD, set GNUCOPY and GNUPATCH
if ($platform =~ m/solaris|darwin|freebsd/)