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/GXX32.kmk

    r2541 r2774  
    268268                $(call TOOL_GXX32_LD_MAP,$(outbase).map)
    269269 ifeq ($(ld_debug),split)
    270         $(TOOL_GXX32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
    271         $(CHMOD) a-x $(outbase).debug
    272         $(TOOL_GXX32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
     270        $(QUIET)$(TOOL_GXX32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
     271        $(QUIET)$(CHMOD) a-x $(outbase).debug
     272        $(QUIET)$(TOOL_GXX32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
    273273 endif
    274274endef
     
    303303                $(call TOOL_GXX32_LD_MAP,$(outbase).map)
    304304 ifeq ($(ld_debug),split)
    305         $(TOOL_GXX32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
    306         $(CHMOD) a-x $(outbase).debug
    307         $(TOOL_GXX32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
     305        $(QUIET)$(TOOL_GXX32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
     306        $(QUIET)$(CHMOD) a-x $(outbase).debug
     307        $(QUIET)$(TOOL_GXX32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
    308308 endif
    309309endef
     
    337337                $(call TOOL_GXX32_LD_SYSMOD_MAP,$(outbase).map)
    338338 ifeq ($(ld_debug),split)
    339         $(TOOL_GXX32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
    340         $(CHMOD) a-x $(outbase).debug
    341         $(TOOL_GXX32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
     339        $(QUIET)$(TOOL_GXX32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
     340        $(QUIET)$(CHMOD) a-x $(outbase).debug
     341        $(QUIET)$(TOOL_GXX32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
    342342 endif
    343343endef
Note: See TracChangeset for help on using the changeset viewer.