summaryrefslogtreecommitdiff
path: root/bootstrap.1
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-04-18 15:59:15 +0000
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 18:17:20 +0200
commit00610e27d156a8c56d33debbaba4ac55b7ec9e87 (patch)
tree03000fabe30851654c89dd192391663d281c48b3 /bootstrap.1
parentf57ef058e52f7b835f3a2455ae817213c56a978a (diff)
gnumake4: #i117687#: do not source *Env.Set.sh in bootstrap [hg:3c81abff5843]
Diffstat (limited to 'bootstrap.1')
-rw-r--r--bootstrap.19
1 files changed, 9 insertions, 0 deletions
diff --git a/bootstrap.1 b/bootstrap.1
index 156f5625557a..24edc7581e97 100644
--- a/bootstrap.1
+++ b/bootstrap.1
@@ -1,4 +1,13 @@
+# remove aliases set by *Env.Set.sh
+unalias mkout
+unalias deliver
+unalias build
+unalias build_client
+unalias zipdep
+unalias nmake
+unalias gunzip
+
# executables are *.exe for WNT. This variable is necessary since Cygwin 1.5.x
# Use spawn instead of fork when building dmake on cygwin.
if test "$GUI" = "WNT"; then