summaryrefslogtreecommitdiff
path: root/odk/util
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-03-13 13:40:45 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-03-13 13:40:45 +0000
commite0f76d5000892cbab299b1c1e9590596f500d882 (patch)
tree1d569a29f27ebf7666f7f50ca3d70b6c65c7828e /odk/util
parent6ddeb3681bab3dbbe00673559f06998a8344927b (diff)
#i10000# One step back, to support Hamburg environment (explicitly call mkdir.exe instead of macro MKDIRHIER).
Diffstat (limited to 'odk/util')
-rw-r--r--odk/util/odk_rules.pmk6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/util/odk_rules.pmk b/odk/util/odk_rules.pmk
index b450841bfa8d..075d17c8377b 100644
--- a/odk/util/odk_rules.pmk
+++ b/odk/util/odk_rules.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: odk_rules.pmk,v $
#
-# $Revision: 1.28 $
+# $Revision: 1.29 $
#
-# last change: $Author: kz $ $Date: 2008-03-05 16:40:20 $
+# last change: $Author: rt $ $Date: 2008-03-13 14:40:45 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -178,7 +178,7 @@ $(DIR_CREATE_FLAG) :
.IF "$(USE_SHELL)" != "4nt"
$(TYPE) $(mktmp $(DIR_DIRECTORY_LIST)) | xargs -n 20 $(MKDIRHIER) && echo "dirs created" > $@ && touch $@
.ELSE
- $(TYPE) $(mktmp $(DIR_DIRECTORY_LIST:s#\#/#)) | $(XARGS) $(MKDIRHIER) && echo "dirs created" > $@ && touch $@
+ $(TYPE) $(mktmp $(DIR_DIRECTORY_LIST:s#\#/#)) | $(XARGS) mkdir.exe -p && echo "dirs created" > $@ && touch $@
.ENDIF
$(DELAY) 2