Kaydet (Commit) 725b90da authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED

2005/04/09 21:22:31 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:19 vq 1.1.1.1.132.1: Issue number: 47004
Submitted by: shay@openoffice
Fix syntax errors (warnings) in subst macros.
üst a1c7f0b9
......@@ -22,8 +22,8 @@ S := .asm # Assembler sources
V := # RCS suffix
# See if these are defined
TMPDIR := $(ROOTDIR)/tmp
.IMPORT .IGNORE : TMPDIR SHELL COMSPEC
.IMPORT .IGNORE : TMPDIR SHELL COMSPEC ROOTDIR
TMPDIR *:= $(ROOTDIR)/tmp
# Recipe execution configurations
# First set SHELL, If it is not defined, use COMSPEC, otherwise
......@@ -46,14 +46,14 @@ GROUPSHELL := $(SHELL)
SHELLMETAS := *"?<>
GROUPSUFFIX := .bat
DIRSEPSTR := \\\
DIVFILE = $(TMPFILE:s,/,\)
DIVFILE = $(TMPFILE:s,/,\,)
.ELSE
SHELLFLAGS := -c
GROUPFLAGS :=
SHELLMETAS := *"?<>|()&][$$\#`'
GROUPSUFFIX := .ksh
.MKSARGS := yes
DIVFILE = $(TMPFILE:s,/,${DIVSEP_shell_${USESHELL}})
DIVFILE = $(TMPFILE:s,/,${DIVSEP_shell_${USESHELL}},)
DIVSEP_shell_yes := \\\
DIVSEP_shell_no := \\
.END
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment