Changeset 2511 in kBuild
- Timestamp:
- Jul 25, 2011 9:04:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r2510 r2511 1337 1337 definst ) 1338 1338 $(target)_1_STAGE := $(stage) 1339 if "$(substr $(stage),-1,1)" == "/" || "$(stage)" == ""1339 if "$(substr $(stage),-1,1)" == "/" # Multicast support requires addprefix/suffix. 1340 1340 $(target)_1_STAGE_TARGET := $(addprefix $(PATH_STAGE)/,$(addsuffix $(notdir $(out)),$(stage))) 1341 else if "$(stage)" == "" 1342 $(target)_1_STAGE_TARGET := $(PATH_STAGE)/$(notdir $(out)) 1341 1343 else 1342 1344 $(target)_1_STAGE_TARGET := $(addprefix $(PATH_STAGE)/,$(stage)) … … 1359 1361 definst ) 1360 1362 $(target)_1_INST := $(inst) 1361 if "$(substr $(inst),-1,1)" == "/" || "$(inst)" == ""1363 if "$(substr $(inst),-1,1)" == "/" # Multicast support requires addprefix/suffix. 1362 1364 $(target)_1_INST_TARGET := $(addprefix $(PATH_INS)/,$(addsuffix $(notdir $(out)),$(inst))) 1365 else if "$(inst)" == "" 1366 $(target)_1_INST_TARGET := $(PATH_INS)/$(notdir $(out)) 1363 1367 else 1364 1368 $(target)_1_INST_TARGET := $(addprefix $(PATH_INS)/,$(inst))
Note:
See TracChangeset
for help on using the changeset viewer.