View | Details | Raw Unified | Return to issue 61638
Collapse All | Expand All

(-)../SRC680_m155/solenv/inc/dmakeextraimport.lst (+4 lines)
Line 0 Link Here
1
# File with extra (i.e. not from setsolar.pl/set_soenv) environment
2
# variables that shall be imported as macros by dmake
3
SOMETHING
4
THIS THAT # comments are allowed!
(-)../SRC680_m155/solenv/inc/dmakenoimport.lst (+3 lines)
Line 0 Link Here
1
# File with environment variable names that shall *not* be imported
2
# as macros by dmake even though they are set by setsolar.pl/set_soenv.
3
SOLARVERSION INPATH # These are always imported by startup.mk, no need to include them
(-)../SRC680_m155/solenv/inc/startup/startup.mk (-1 / +3 lines)
Lines 20-26 Link Here
20
# Define the directory separator string.
20
# Define the directory separator string.
21
/ *=  $(DIRSEPSTR)
21
/ *=  $(DIRSEPSTR)
22
22
23
.IMPORT .IGNORE : .EVERYTHING
23
#.IMPORT .IGNORE : .EVERYTHING
24
.IMPORT : SOLARVERSION INPATH
25
.INCLUDE .NOINFER: "$(SOLARVERSION)$(DIRSEPSTR)$(INPATH)$(DIRSEPSTR)inc$(DIRSEPSTR)importenv.mk"
24
26
25
.IF "$(TNR)" == ""
27
.IF "$(TNR)" == ""
26
28

Return to issue 61638