Changeset 3160 for trunk/kBuild/units/qt5.kmk
- Timestamp:
- Mar 19, 2018, 11:39:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.