Ignore:
Timestamp:
Jan 5, 2019, 2:40:31 AM (7 years ago)
Author:
bird
Message:

footer-pass2-compiling-targets.kmk,units: Added a dedicated pass 2 variable for units to put their intermediates in so as to not mess with inheritance or for us to do silly things wrt expansion for every property variant. Only the new variable is now always listed as an order-only dependency for each source compilation rule.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/units/lex.kmk

    r3160 r3284  
    8888_OUT_FILES += $(out) $(output_extra) $(output_maybe)
    8989$(target)_GEN_SOURCES_ += $(out)
    90 $(target)_INTERMEDIATES += $(intermediates)
     90$(target)_2_INTERMEDIATES += $(intermediates)
    9191
    9292endef # def_lex_rule
Note: See TracChangeset for help on using the changeset viewer.