VirtualBox

Changeset 1428 in kBuild


Ignore:
Timestamp:
Mar 21, 2008 9:01:27 AM (17 years ago)
Author:
bird
Message:

do defpath transformation of sources before handing them on to the src_handlers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r1427 r1428  
    20102010target_src_handlers := $($(target)_SRC_HANDLERS) $(KBUILD_SRC_HANDLERS)
    20112011$(foreach source,\
    2012         $($(target)_SOURCES)\
    2013         $($(target)_SOURCES.$(bld_trg))\
    2014         $($(target)_SOURCES.$(bld_trg).$(bld_trg_arch))\
    2015         $($(target)_SOURCES.$(bld_trg_arch))\
    2016         $($(target)_SOURCES.$(bld_trg_cpu))\
    2017         $($(target)_SOURCES.$(bld_type))\
     2012        $(abspathex $($(target)_SOURCES)\
     2013                $($(target)_SOURCES.$(bld_trg))\
     2014                $($(target)_SOURCES.$(bld_trg).$(bld_trg_arch))\
     2015                $($(target)_SOURCES.$(bld_trg_arch))\
     2016                $($(target)_SOURCES.$(bld_trg_cpu))\
     2017                $($(target)_SOURCES.$(bld_type))\
     2018                ,$(defpath))\
    20182019        ,$(eval $(value def_src_handler_one)) )
    20192020
     
    21362137 deps := $(abspathex $(deps),$(defpath))
    21372138 orderdeps := $(abspathex $(orderdeps),$(defpath))
    2138  othersrc := $(abspathex $(othersrc),$(defpath))
    21392139endif
    21402140
     
    24552455 deps := $(abspathex $(deps),$(defpath))
    24562456 orderdeps := $(abspathex $(orderdeps),$(defpath))
    2457  othersrc := $(abspathex $(othersrc),$(defpath))
    24582457 # libs are not subject to this because of the the -l<lib> stuff. Use $(<target>_PATH)/lib if relative to current dir!
    24592458endif
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