Changeset 3160 for trunk/kBuild/units
- Timestamp:
- Mar 19, 2018, 11:39:19 PM (7 years ago)
- Location:
- trunk/kBuild/units
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/units/dtrace.kmk
r3121 r3160 76 76 77 77 ifndef NO_COMPILE_CMDS_DEPS 78 ifdef KBUILD_HAVE_OPTIMIZED_APPEND 79 %$$(QUIET2)$$(APPEND) -ni '$(dep)' \ 80 'define $(target)_$(subst :,_,$(source))_DTRACE_HDR_CMDS_PREV_' \ 81 '--insert-command=$(out)' \ 82 'endef' 83 else 78 84 %$$(QUIET2)$$(APPEND) '$(dep)' 79 85 %$$(QUIET2)$$(APPEND) '$(dep)' 'define $(target)_$(subst :,_,$(source))_DTRACE_HDR_CMDS_PREV_' 80 86 %$$(QUIET2)$$(APPEND) -c '$(dep)' '$(out)' 81 87 %$$(QUIET2)$$(APPEND) '$(dep)' 'endef' 88 endif 82 89 endif 83 90 … … 110 117 111 118 ifndef NO_COMPILE_CMDS_DEPS 119 ifdef KBUILD_HAVE_OPTIMIZED_APPEND 120 %$$(QUIET2)$$(APPEND) -ni '$(dep)' \ 121 'define $(target)_$(subst :,_,$(source))_DTRACE_OBJ_CMDS_PREV_' \ 122 '--insert-command=$(out)' \ 123 'endef' 124 else 112 125 %$$(QUIET2)$$(APPEND) '$(dep)' 113 126 %$$(QUIET2)$$(APPEND) '$(dep)' 'define $(target)_$(subst :,_,$(source))_DTRACE_OBJ_CMDS_PREV_' 114 127 %$$(QUIET2)$$(APPEND) -c '$(dep)' '$(out)' 115 128 %$$(QUIET2)$$(APPEND) '$(dep)' 'endef' 129 endif 116 130 endif 117 131 -
trunk/kBuild/units/lex.kmk
r3121 r3160 72 72 73 73 ifndef NO_COMPILE_CMDS_DEPS 74 ifdef KBUILD_HAVE_OPTIMIZED_APPEND 75 %$$(QUIET2)$$(APPEND) -ni '$(dep)' \ 76 'define $(target)_$(subst :,_,$(source))_LEX_CMDS_PREV_' \ 77 '--insert-command=$(out)' \ 78 'endef' 79 else 74 80 %$$(QUIET2)$$(APPEND) '$(dep)' 75 81 %$$(QUIET2)$$(APPEND) '$(dep)' 'define $(target)_$(subst :,_,$(source))_LEX_CMDS_PREV_' 76 82 %$$(QUIET2)$$(APPEND) -c '$(dep)' '$(out)' 77 83 %$$(QUIET2)$$(APPEND) '$(dep)' 'endef' 84 endif 78 85 endif 79 86 -
trunk/kBuild/units/qt5.kmk
r3121 r3160 455 455 -o $(out)\ 456 456 $(source) 457 $(QUIET2)$(APPEND) $(dep) '\'458 $(QUIET2)$(APPEND) $(dep) '$(out): \'459 $(QUIET2)$(APPEND) $(dep)'$(source) \'457 $(QUIET2)$(APPEND) -n $(dep) '\' \ 458 '$(out): \' \ 459 '$(source) \' 460 460 $(QUIET2)$(SED) \ 461 461 -e '/^[[:blank:]]*<file[[:blank:]][^>]*>/!d' \ … … 533 533 534 534 ifndef NO_COMPILE_CMDS_DEPS 535 ifdef KBUILD_HAVE_OPTIMIZED_APPEND 536 %$$(QUIET2)$$(APPEND) -ni '$(dep)' \ 537 'define $(target)_$(subst :,_,$(source))_QT5_LRC_CMDS_PREV_' \ 538 '--insert-command=$(out)' \ 539 'endef' 540 else 535 541 %$$(QUIET2)$$(APPEND) '$(dep)' 536 542 %$$(QUIET2)$$(APPEND) '$(dep)' 'define $(target)_$(subst :,_,$(source))_QT5_LRC_CMDS_PREV_' 537 543 %$$(QUIET2)$$(APPEND) -c '$(dep)' '$(out)' 538 544 %$$(QUIET2)$$(APPEND) '$(dep)' 'endef' 545 endif 539 546 endif 540 547 … … 621 628 $(QUIET)$(CP) --changed -f $(out) $(realout) 622 629 ifndef NO_COMPILE_CMDS_DEPS 630 ifdef KBUILD_HAVE_OPTIMIZED_APPEND 631 %$$(QUIET2)$$(APPEND) -ni '$(dep)' \ 632 'define $(target)_$(subst :,_,$(source))_QT5_RCC_CMDS_PREV_' \ 633 '--insert-command=$(out)' \ 634 'endef' 635 else 623 636 %$$(QUIET2)$$(APPEND) '$(dep)' 624 637 %$$(QUIET2)$$(APPEND) '$(dep)' 'define $(target)_$(subst :,_,$(source))_QT5_RCC_CMDS_PREV_' 625 638 %$$(QUIET2)$$(APPEND) -c '$(dep)' '$(out)' 626 639 %$$(QUIET2)$$(APPEND) '$(dep)' 'endef' 640 endif 627 641 endif 628 642 … … 708 722 $(QUIET)$(CP) --changed -f $(out) $(realout) 709 723 ifndef NO_COMPILE_CMDS_DEPS 724 ifdef KBUILD_HAVE_OPTIMIZED_APPEND 725 %$$(QUIET2)$$(APPEND) -ni '$(dep)' \ 726 'define $(target)_$(subst :,_,$(source))_QT5_UIC_CMDS_PREV_' \ 727 '--insert-command=$(out)' \ 728 'endef' 729 else 710 730 %$$(QUIET2)$$(APPEND) '$(dep)' 711 731 %$$(QUIET2)$$(APPEND) '$(dep)' 'define $(target)_$(subst :,_,$(source))_QT5_UIC_CMDS_PREV_' 712 732 %$$(QUIET2)$$(APPEND) -c '$(dep)' '$(out)' 713 733 %$$(QUIET2)$$(APPEND) '$(dep)' 'endef' 734 endif 714 735 endif 715 736 … … 794 815 $(QUIET)$(CP) --changed -f $(out) $(realout) 795 816 ifndef NO_COMPILE_CMDS_DEPS 817 ifdef KBUILD_HAVE_OPTIMIZED_APPEND 818 %$$(QUIET2)$$(APPEND) -ni '$(dep)' \ 819 'define $(target)_$(subst :,_,$(source))_QT5_MOC_HPP_CMDS_PREV_' \ 820 '--insert-command=$(out)' \ 821 'endef' 822 else 796 823 %$$(QUIET2)$$(APPEND) '$(dep)' 797 824 %$$(QUIET2)$$(APPEND) '$(dep)' 'define $(target)_$(subst :,_,$(source))_QT5_MOC_HPP_CMDS_PREV_' 798 825 %$$(QUIET2)$$(APPEND) -c '$(dep)' '$(out)' 799 826 %$$(QUIET2)$$(APPEND) '$(dep)' 'endef' 827 endif 800 828 endif 801 829 … … 887 915 $(QUIET)$(CP) --changed -f $(out) $(realout) 888 916 ifndef NO_COMPILE_CMDS_DEPS 917 ifdef KBUILD_HAVE_OPTIMIZED_APPEND 918 %$$(QUIET2)$$(APPEND) -ni '$(dep)' \ 919 'define $(target)_$(subst :,_,$(source))_QT5_MOC_CPP_CMDS_PREV_' \ 920 '--insert-command=$(out)' \ 921 'endef' 922 else 889 923 %$$(QUIET2)$$(APPEND) '$(dep)' 890 924 %$$(QUIET2)$$(APPEND) '$(dep)' 'define $(target)_$(subst :,_,$(source))_QT5_MOC_CPP_CMDS_PREV_' 891 925 %$$(QUIET2)$$(APPEND) -c '$(dep)' '$(out)' 892 926 %$$(QUIET2)$$(APPEND) '$(dep)' 'endef' 927 endif 893 928 endif 894 929
Note:
See TracChangeset
for help on using the changeset viewer.