summaryrefslogtreecommitdiffstats
path: root/solenv/inc/unitools.mk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-05 15:22:24 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-05 15:22:24 +0000
commit93a76e7f44812e26111c491a151963736f292e34 (patch)
tree333ef0dd8b8b820610ab474bdc4b51997a910909 /solenv/inc/unitools.mk
parentINTEGRATION: CWS vq37 (1.20.130); FILE MERGED (diff)
downloadcore-93a76e7f44812e26111c491a151963736f292e34.tar.gz
core-93a76e7f44812e26111c491a151963736f292e34.zip
INTEGRATION: CWS vq37 (1.48.8); FILE MERGED
2006/10/04 19:24:24 vq 1.48.8.1: #i69989# Use mkdir program instead of mkdir.pl for W32-??sh builds.
Diffstat (limited to 'solenv/inc/unitools.mk')
-rw-r--r--solenv/inc/unitools.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/solenv/inc/unitools.mk b/solenv/inc/unitools.mk
index 69e02125f7e8..447bf7419e43 100644
--- a/solenv/inc/unitools.mk
+++ b/solenv/inc/unitools.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: unitools.mk,v $
#
-# $Revision: 1.48 $
+# $Revision: 1.49 $
#
-# last change: $Author: vg $ $Date: 2006-09-22 08:55:59 $
+# last change: $Author: kz $ $Date: 2006-10-05 16:22:24 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -124,7 +124,8 @@ GNUCOPY*=cp
GNUMAKE*=make
GREP*=grep
LS*=ls
-MKDIR*=mkdir.pl
+MKDIR*=mkdir
+MKDIRHIER*=mkdir -p
PERL*:=perl
RENAME*=mv
TOUCH*=touch
@@ -147,12 +148,12 @@ GREP*=$(BUILD_TOOLS)$/grep.exe
LS*=$(BUILD_TOOLS)$/ls.exe
#wraper for solenv\bin\mkdir.pl to fix mkdir /p problem
MKDIR=+$(SOLARENV)$/bin$/mkdir.btm
+MKDIRHIER=$(MKDIR)
PERL*:=call perl5.btm
RENAME*=ren
TOUCH*=$(BUILD_TOOLS)$/touch.exe
TYPE*=type
.ENDIF "$(USE_SHELL)"!="4nt"
-MKDIRHIER=$(MKDIR)
DUMPBIN*=$(WRAPCMD) dumpbin
.ELIF "$(GUI)"=="UNX" # "$(GUI)"=="WNT"