diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:11:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:11:30 +0000 |
commit | dd066a53b827c66257a76453c8b855bf78ddfeb2 (patch) | |
tree | dd4dd4c341525f923d242718b63c699e42bccb75 | |
parent | aa12bc029e3cd98bef317590b560966bb6bedbcd (diff) |
INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:22:33 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.
-rw-r--r-- | dmake/startup/os2/macros.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dmake/startup/os2/macros.mk b/dmake/startup/os2/macros.mk index a35df6ee4b8c..08c829ba0c58 100644 --- a/dmake/startup/os2/macros.mk +++ b/dmake/startup/os2/macros.mk @@ -7,7 +7,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 assume that SHELL is a Korn compatible shell like MKS's @@ -41,7 +41,7 @@ V *:= # RCS suffix SHELLMETAS *:= *"?<> GROUPSUFFIX *:= .bat DIRSEPSTR *:= \\\ - DIVFILE *= $(TMPFILE:s,/,\) + DIVFILE *= $(TMPFILE:s,/,\,) RM *= del RMFLAGS *= MV *= rename @@ -54,7 +54,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 |