diff options
-rw-r--r-- | dmake/startup/startup.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dmake/startup/startup.mk b/dmake/startup/startup.mk index 7e8b4aec9231..524ad1efba26 100644 --- a/dmake/startup/startup.mk +++ b/dmake/startup/startup.mk @@ -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 |