summaryrefslogtreecommitdiff
path: root/dmake/startup
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:11:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:11:18 +0000
commitaa12bc029e3cd98bef317590b560966bb6bedbcd (patch)
tree50505921828ac155395c0c8c7ae019d657c5452d /dmake/startup
parent43b2dd92a63f1f0675a41a13a2d1f814134ecef9 (diff)
INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:22:32 vq 1.1.1.1.132.2: #i43254# Make the usage of DMAKEROOT consistent with the man page for all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT" from the list of macros that are always imported from the environment. Patch inspired in part by shay@openoffice.org. 2005/04/08 15:26:20 vq 1.1.1.1.132.1: Issue number: 47004 Submitted by: shay@openoffice Fix syntax errors (warnings) in subst macros.
Diffstat (limited to 'dmake/startup')
-rw-r--r--dmake/startup/msdos/macros.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/startup/msdos/macros.mk b/dmake/startup/msdos/macros.mk
index 320865ea94de..8f8c57c5a479 100644
--- a/dmake/startup/msdos/macros.mk
+++ b/dmake/startup/msdos/macros.mk
@@ -4,7 +4,7 @@
# Execution environment configuration.
# Grab the current setting of COMSPEC.
#
-.IMPORT .IGNORE : COMSPEC
+.IMPORT .IGNORE : COMSPEC ROOTDIR
# First check if SHELL is defined to be something other than COMSPEC.
# If it is, then assume that SHELL is a Korn compatible shell like MKS's
@@ -37,7 +37,7 @@ V *:= # RCS suffix
GROUPFLAGS *:= $(SHELLFLAGS)
SHELLMETAS *:= "<>|
GROUPSUFFIX *:= .bat
- DIVFILE *= $(TMPFILE:s,/,\)
+ DIVFILE *= $(TMPFILE:s,/,\,)
RM *= del
RMFLAGS *=
MV *= rename
@@ -52,7 +52,7 @@ V *:= # RCS suffix
RM *= $(ROOTDIR)$/bin$/rm
RMFLAGS *= -f
MV *= $(ROOTDIR)$/bin$/mv
- DIVFILE *= $(TMPFILE:s,/,${__.DIVSEP-sh-${USESHELL}})
+ DIVFILE *= $(TMPFILE:s,/,${__.DIVSEP-sh-${USESHELL}},)
__.DIVSEP-sh-yes *:= \\\
__.DIVSEP-sh-no *:= \\
.ENDIF