Kaydet (Commit) 43b2dd92 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: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.
üst 0d90a0ce
......@@ -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
......
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