summaryrefslogtreecommitdiff
path: root/solenv/inc/startup/wnt
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 10:48:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 10:48:49 +0000
commiteb62b06be2da4592da0bedf2e8814bcf0f691905 (patch)
treeb02b60f60a84ca5c59eba60995ecee2bd49dfff4 /solenv/inc/startup/wnt
parentb57fee8153ab7bb8a2fdc2a12a5ccc0c0927d6f4 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'solenv/inc/startup/wnt')
-rw-r--r--solenv/inc/startup/wnt/macros.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/solenv/inc/startup/wnt/macros.mk b/solenv/inc/startup/wnt/macros.mk
index 1a7a4fc61567..1a59318d509f 100644
--- a/solenv/inc/startup/wnt/macros.mk
+++ b/solenv/inc/startup/wnt/macros.mk
@@ -42,7 +42,7 @@ V *:= # RCS suffix
# DIVFILE *= $(TMPFILE:s,/,\)
RM *= del
# RM *= +-del
- RMFLAGS *= /y /E
+ RMFLAGS *= /y
MV *= rename
__.DIVSEP-sh-yes *:= \\
__.DIVSEP-sh-no *:= \\
@@ -66,6 +66,10 @@ V *:= # RCS suffix
__.DIVSEP-sh-yes *:= \\\
__.DIVSEP-sh-no *:= \\
DIRSEPSTR :=/
+# See IZ 11093 why PWD has to be overwritten
+ PWD:=$(shell +pwd)
+.EXPORT : PWD
+
.ENDIF