VirtualBox

Changeset 2511 in kBuild


Ignore:
Timestamp:
Jul 25, 2011 9:04:27 AM (14 years ago)
Author:
bird
Message:

footer.kmk: Another link target install fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r2510 r2511  
    13371337        definst )
    13381338 $(target)_1_STAGE := $(stage)
    1339  if "$(substr $(stage),-1,1)" == "/" || "$(stage)" == ""
     1339 if "$(substr $(stage),-1,1)" == "/" # Multicast support requires addprefix/suffix.
    13401340  $(target)_1_STAGE_TARGET := $(addprefix $(PATH_STAGE)/,$(addsuffix $(notdir $(out)),$(stage)))
     1341 else if "$(stage)" == ""
     1342  $(target)_1_STAGE_TARGET := $(PATH_STAGE)/$(notdir $(out))
    13411343 else
    13421344  $(target)_1_STAGE_TARGET := $(addprefix $(PATH_STAGE)/,$(stage))
     
    13591361        definst )
    13601362 $(target)_1_INST := $(inst)
    1361  if "$(substr $(inst),-1,1)" == "/" || "$(inst)" == ""
     1363 if "$(substr $(inst),-1,1)" == "/" # Multicast support requires addprefix/suffix.
    13621364  $(target)_1_INST_TARGET := $(addprefix $(PATH_INS)/,$(addsuffix $(notdir $(out)),$(inst)))
     1365 else if "$(inst)" == ""
     1366  $(target)_1_INST_TARGET := $(PATH_INS)/$(notdir $(out))
    13631367 else
    13641368  $(target)_1_INST_TARGET := $(addprefix $(PATH_INS)/,$(inst))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette