Changeset 3284 for trunk/kBuild/units
- Timestamp:
- Jan 5, 2019, 2:40:31 AM (7 years ago)
- Location:
- trunk/kBuild/units
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/units/dtrace.kmk
r3160 r3284 33 33 34 34 ifdef UNIT_dtrace 35 $(error kBuild: The lexunit was included twice!)35 $(error kBuild: The dtrace unit was included twice!) 36 36 endif 37 37 UNIT_dtrace = dtrace … … 91 91 # update globals 92 92 _OUT_FILES += $(out) 93 $(target)_ INTERMEDIATES += $(out)93 $(target)_2_INTERMEDIATES += $(out) 94 94 95 95 endef # def_dtrace_hdr_rule … … 134 134 $(target)_2_OBJS <= $(out) 135 135 136 endef # def_dtrace_ hdr_rule136 endef # def_dtrace_obj_rule 137 137 138 138 -
trunk/kBuild/units/lex.kmk
r3160 r3284 88 88 _OUT_FILES += $(out) $(output_extra) $(output_maybe) 89 89 $(target)_GEN_SOURCES_ += $(out) 90 $(target)_ INTERMEDIATES += $(intermediates)90 $(target)_2_INTERMEDIATES += $(intermediates) 91 91 92 92 endef # def_lex_rule -
trunk/kBuild/units/qt3.kmk
r3121 r3284 513 513 endif 514 514 515 $(target)_ INTERMEDIATES += $(realout.h)515 $(target)_2_INTERMEDIATES += $(realout.h) 516 516 $(target)_GEN_SOURCES_ += $(realout.cpp) 517 517 $(target)_CLEAN += $(out.h) $(out.cpp) $(realout.h) $(realout.cpp) $(more_output) $(maybe_output) $(dep) … … 602 602 endif 603 603 604 $(target)_ INTERMEDIATES += $(realout)604 $(target)_2_INTERMEDIATES += $(realout) 605 605 $(target)_GEN_SOURCES_ += $(realout) 606 606 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) … … 693 693 endif 694 694 695 $(target)_ INTERMEDIATES += $(realout)695 $(target)_2_INTERMEDIATES += $(realout) 696 696 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) 697 697 -
trunk/kBuild/units/qt4.kmk
r3121 r3284 611 611 endif 612 612 613 $(target)_ INTERMEDIATES += $(realout)613 $(target)_2_INTERMEDIATES += $(realout) 614 614 $(target)_GEN_SOURCES_ += $(realout) 615 615 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) … … 698 698 endif 699 699 700 $(target)_ INTERMEDIATES += $(realout)700 $(target)_2_INTERMEDIATES += $(realout) 701 701 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) 702 702 … … 784 784 endif 785 785 786 $(target)_ INTERMEDIATES += $(realout)786 $(target)_2_INTERMEDIATES += $(realout) 787 787 $(target)_GEN_SOURCES_ += $(realout) 788 788 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) … … 877 877 endif 878 878 879 $(target)_ INTERMEDIATES += $(realout)879 $(target)_2_INTERMEDIATES += $(realout) 880 880 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) 881 881 -
trunk/kBuild/units/qt5.kmk
r3160 r3284 641 641 endif 642 642 643 $(target)_ INTERMEDIATES += $(realout)643 $(target)_2_INTERMEDIATES += $(realout) 644 644 $(target)_GEN_SOURCES_ += $(realout) 645 645 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) … … 735 735 endif 736 736 737 $(target)_ INTERMEDIATES += $(realout)737 $(target)_2_INTERMEDIATES += $(realout) 738 738 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) 739 739 … … 828 828 endif 829 829 830 $(target)_ INTERMEDIATES += $(realout)830 $(target)_2_INTERMEDIATES += $(realout) 831 831 $(target)_GEN_SOURCES_ += $(realout) 832 832 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) … … 928 928 endif 929 929 930 $(target)_ INTERMEDIATES += $(realout)930 $(target)_2_INTERMEDIATES += $(realout) 931 931 $(target)_CLEAN += $(out) $(realout) $(more_output) $(maybe_output) $(dep) 932 932 -
trunk/kBuild/units/yacc.kmk
r3121 r3284 83 83 _OUT_FILES += $(out) $(output_extra) $(output_maybe) 84 84 $(target)_GEN_SOURCES_ += $(out) 85 $(target)_ INTERMEDIATES += $(intermediates)85 $(target)_2_INTERMEDIATES += $(intermediates) 86 86 87 87 endef # def_yacc_rule
Note:
See TracChangeset
for help on using the changeset viewer.