Ignore:
Timestamp:
Dec 25, 2017, 2:33:14 PM (8 years ago)
Author:
bird
Message:

kBuild/footer-pass2-compiling-targets.kmk: Made PRE_CMDS and POST_CMDS accumulative.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer-pass2-compiling-targets.kmk

    r3121 r3128  
    564564
    565565# Custom pre-link actions.
    566 local pre_cmds  := $(evalcall def_fn_prop_get_first_defined,PRE_CMDS)
    567 local post_cmds := $(evalcall def_fn_prop_get_first_defined,POST_CMDS)
     566local pre_cmds  := $(evalcall def_fn_prop_get_all_prefixed_priority_last,PRE_CMDS,$(NLTAB))
     567local post_cmds := $(evalcall def_fn_prop_get_all_prefixed_priority_last,POST_CMDS,$(NLTAB))
    568568
    569569# eliminate this guy?
     
    888888
    889889# Custom pre/post-link actions.
    890 local pre_cmds      := $(evalcall def_fn_prop_get_first_defined,PRE_CMDS)
    891 local post_cmds     := $(evalcall def_fn_prop_get_first_defined,POST_CMDS)
     890local pre_cmds      := $(evalcall def_fn_prop_get_all_prefixed_priority_last,PRE_CMDS,$(NLTAB))
     891local post_cmds     := $(evalcall def_fn_prop_get_all_prefixed_priority_last,POST_CMDS,$(NLTAB))
    892892
    893893# eliminate this guy?
Note: See TracChangeset for help on using the changeset viewer.