VirtualBox

Changeset 1456 in kBuild


Ignore:
Timestamp:
Mar 30, 2008 8:42:33 PM (17 years ago)
Author:
bird
Message:

Fixed template loading bug (wrong define name). Use value on the _DEP_xxx_CMDS function to put of the expansion a wee bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r1441 r1456  
    639639 endif
    640640endif
    641 endef # def_templates_include
    642 $(foreach loading, $(addprefix TEMPLATE_,$(_TEMPLATES)), $(eval $(value def_templates_include)))
     641endef # def_templates_load_function
     642$(foreach loading, $(addprefix TEMPLATE_,$(_TEMPLATES)), $(eval $(value def_templates_load_function)))
    643643
    644644
     
    18741874$(outbase).koc +| $(obj) $($(target)_$(source)_OUTPUT_) $($(target)_$(source)_OUTPUT_MAYBE_) : \
    18751875                $($(target)_$(source)_DEPEND_) \
    1876                 $(_DEP_COMPILE_CMDS) \
     1876                $(value _DEP_COMPILE_CMDS) \
    18771877                | \
    18781878                $($(target)_$(source)_DEPORD_) \
     
    18821882$(obj) + $($(target)_$(source)_OUTPUT_) +| $($(target)_$(source)_OUTPUT_MAYBE_) : \
    18831883                $($(target)_$(source)_DEPEND_) \
    1884                 $(_DEP_COMPILE_CMDS) \
     1884                $(value _DEP_COMPILE_CMDS) \
    18851885                | \
    18861886                $($(target)_$(source)_DEPORD_) \
     
    19271927$(out) + $($(target)_OUTPUT_) +| $($(target)_OUTPUT_MAYBE_) : \
    19281928                $($(target)_DEPEND_) \
    1929                 $(_DEP_LINK_CMDS) \
     1929                $(value _DEP_LINK_CMDS) \
    19301930                | \
    19311931                $($(target)_DEPORD_)
     
    30873087ifdef KBUILD_PROFILE_SELF
    30883088        @$(ECHO) 'prof: $(int-sub $(nanots ), $(_KBUILD_TS_HEADER_START)) - $(int-sub $(nanots ), $(_KBUILD_TS_PREV)) - executing $@'
     3089        @$(ECHO) 'stat: $(make-stats )'
    30893090endif
    30903091        $(call MSG_NOTHING)
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