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/qt5.kmk

    r3160 r3284  
    641641endif
    642642
    643 $(target)_INTERMEDIATES += $(realout)
     643$(target)_2_INTERMEDIATES += $(realout)
    644644$(target)_GEN_SOURCES_ += $(realout)
    645645$(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep)
     
    735735endif
    736736
    737 $(target)_INTERMEDIATES += $(realout)
     737$(target)_2_INTERMEDIATES += $(realout)
    738738$(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep)
    739739
     
    828828endif
    829829
    830 $(target)_INTERMEDIATES += $(realout)
     830$(target)_2_INTERMEDIATES += $(realout)
    831831$(target)_GEN_SOURCES_ += $(realout)
    832832$(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep)
     
    928928endif
    929929
    930 $(target)_INTERMEDIATES += $(realout)
     930$(target)_2_INTERMEDIATES += $(realout)
    931931$(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep)
    932932
Note: See TracChangeset for help on using the changeset viewer.