diff options
author | Andras Timar <atimar@suse.com> | 2012-02-24 16:43:08 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-02-24 16:43:08 +0100 |
commit | c695ecda7f589df258853aa2adbfc74c2cd49529 (patch) | |
tree | 31b467eaac99106c87e864545081fdaa84a6bb70 /helpcontent2/source/auxiliary/makefile.mk | |
parent | 8ef671b179626f57fc055baa0636552164175e0b (diff) |
more silent output of non-verbose help build
Diffstat (limited to 'helpcontent2/source/auxiliary/makefile.mk')
-rw-r--r-- | helpcontent2/source/auxiliary/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk index d969e3fa3e..8f4bffd963 100644 --- a/helpcontent2/source/auxiliary/makefile.mk +++ b/helpcontent2/source/auxiliary/makefile.mk @@ -72,7 +72,7 @@ LOCTREEFILES:=$(foreach,j,$(TREEFILES) $(COMMONMISC)$/en-US$/$j) .ENDIF #IF "$(WITH_LANG)"!="" $(COMMONMISC)$/treefiles.done : $(LOCTREEFILES) - +$(PERL) $(PRJ)$/helpers$/update_tree.pl && $(TOUCH) $@ + $(COMMAND_ECHO)+$(PERL) $(PRJ)$/helpers$/update_tree.pl && $(TOUCH) $@ %.created: @-$(MKDIRHIER) $(@:d) && $(TOUCH) $@ @@ -95,12 +95,12 @@ $(LOCTREEFILES) : $(COMMONMISC)/unpack.done .ENDIF # "$(WITH_LANG)"!="" aux_dirs .PHONY : - echo aux_langdirs:=$(aux_langdirs) > $(LOCAL_COMMON_OUT)/inc$/aux_langs.mk - echo help_exist:=$(help_exist) > $(LOCAL_COMMON_OUT)/inc$/help_exist.mk + @echo aux_langdirs:=$(aux_langdirs) > $(LOCAL_COMMON_OUT)/inc$/aux_langs.mk + @echo help_exist:=$(help_exist) > $(LOCAL_COMMON_OUT)/inc$/help_exist.mk $(COMMONBIN)$/helpimg.ilst .PHONY: - -$(RM) $@ - $(PERL) $(PRJ)$/helpers$/create_ilst.pl -dir=$(SRC_ROOT)/icon-themes/galaxy/res/helpimg > $@.$(INPATH) - $(RENAME) $@.$(INPATH) $@ + @@-$(RM) $@ + $(COMMAND_ECHO)$(PERL) $(PRJ)$/helpers$/create_ilst.pl -dir=$(SRC_ROOT)/icon-themes/galaxy/res/helpimg > $@.$(INPATH) + $(COMMAND_ECHO)$(RENAME) $@.$(INPATH) $@ |