Ignore:
Timestamp:
Feb 3, 2015, 8:56:24 PM (10 years ago)
Author:
bird
Message:

kBuild/tools/*: Added $(QUIET) where it was missing before commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/GXX3.kmk

    r2541 r2774  
    275275                $(call TOOL_GXX3_LD_MAP,$(outbase).map)
    276276 ifeq ($(ld_debug),split)
    277         $(TOOL_GXX3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
    278         $(CHMOD) a-x $(outbase).debug
    279         $(TOOL_GXX3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
     277        $(QUIET)$(TOOL_GXX3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
     278        $(QUIET)$(CHMOD) a-x $(outbase).debug
     279        $(QUIET)$(TOOL_GXX3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
    280280 endif
    281281endef
     
    311311                $(call TOOL_GXX3_LD_MAP,$(outbase).map)
    312312 ifeq ($(ld_debug),split)
    313         $(TOOL_GXX3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
    314         $(CHMOD) a-x $(outbase).debug
    315         $(TOOL_GXX3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
     313        $(QUIET)$(TOOL_GXX3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
     314        $(QUIET)$(CHMOD) a-x $(outbase).debug
     315        $(QUIET)$(TOOL_GXX3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
    316316 endif
    317317endef
     
    345345                $(call TOOL_GXX3_LD_SYSMOD_MAP,$(outbase).map)
    346346 ifeq ($(ld_debug),split)
    347         $(TOOL_GXX3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
    348         $(CHMOD) a-x $(outbase).debug
    349         $(TOOL_GXX3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
     347        $(QUIET)$(TOOL_GXX3_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
     348        $(QUIET)$(CHMOD) a-x $(outbase).debug
     349        $(QUIET)$(TOOL_GXX3_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
    350350 endif
    351351endef
Note: See TracChangeset for help on using the changeset viewer.