INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED
2005/04/09 21:41:13 vq 1.1.1.1.132.1: Issue number: 43254 Submitted by: shay@openoffice.org Don't import OS, OSRELEASE and OSENVIRONMENT from environment in startup.mk.
This commit is contained in:
parent
0d90a0ce6a
commit
43b2dd92a6
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ __.DEFAULTS !:= yes # yes => define default construction rules.
|
|||
__.EXECS !:= yes # yes => define how to build executables.
|
||||
|
||||
# Grab key definitions from the environment
|
||||
.IMPORT .IGNORE : OS OSRELEASE OSENVIRONMENT TMPDIR SHELL
|
||||
# The variables OS OSRELEASE OSENVIRONMENT were removed from this
|
||||
# list because of windows. See issue 43254 for details.
|
||||
.IMPORT .IGNORE : TMPDIR SHELL
|
||||
|
||||
# Default DMAKE configuration, if not overriden by environment
|
||||
.INCLUDE .NOINFER $(!null,$(OS) .IGNORE) : $(INCFILENAME:d)config.mk
|
||||
|
|
Loading…
Reference in a new issue