VirtualBox

Changeset 1472 in kBuild


Ignore:
Timestamp:
Mar 31, 2008 5:39:40 PM (17 years ago)
Author:
bird
Message:

Apply defpath to othersrc. (regression from the source handler changes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r1457 r1472  
    20162016# @param    $(defpath)
    20172017# @param    much-more...
    2018 # @returns      othersrc, $(target)_OBJS_, ++
     2018# @returns  othersrc, $(target)_OBJS_, ++
    20192019define def_target_sources
    20202020target_src_handlers := $($(target)_SRC_HANDLERS) $(KBUILD_SRC_HANDLERS)
     
    21452145 deps := $(abspathex $(deps),$(defpath))
    21462146 orderdeps := $(abspathex $(orderdeps),$(defpath))
     2147 othersrc := $(abspathex $(othersrc),$(defpath))
    21472148endif
    21482149
     
    24642465 deps := $(abspathex $(deps),$(defpath))
    24652466 orderdeps := $(abspathex $(orderdeps),$(defpath))
     2467 othersrc := $(abspathex $(othersrc),$(defpath))
    24662468 # libs are not subject to this because of the the -l<lib> stuff. Use $(<target>_PATH)/lib if relative to current dir!
    24672469endif
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