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

    r2541 r2774  
    264264                $(call TOOL_GXX64_LD_MAP,$(outbase).map)
    265265 ifeq ($(ld_debug),split)
    266         $(TOOL_GXX64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
    267         $(CHMOD) a-x $(outbase).debug
    268         $(TOOL_GXX64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
     266        $(QUIET)$(TOOL_GXX64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
     267        $(QUIET)$(CHMOD) a-x $(outbase).debug
     268        $(QUIET)$(TOOL_GXX64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
    269269 endif
    270270endef
     
    298298                $(call TOOL_GXX64_LD_MAP,$(outbase).map)
    299299 ifeq ($(ld_debug),split)
    300         $(TOOL_GXX64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
    301         $(CHMOD) a-x $(outbase).debug
    302         $(TOOL_GXX64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
     300        $(QUIET)$(TOOL_GXX64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
     301        $(QUIET)$(CHMOD) a-x $(outbase).debug
     302        $(QUIET)$(TOOL_GXX64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
    303303 endif
    304304endef
     
    330330                $(call TOOL_GXX64_LD_SYSMOD_MAP,$(outbase).map)
    331331 ifeq ($(ld_debug),split)
    332         $(TOOL_GXX64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
    333         $(CHMOD) a-x $(outbase).debug
    334         $(TOOL_GXX64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
     332        $(QUIET)$(TOOL_GXX64_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
     333        $(QUIET)$(CHMOD) a-x $(outbase).debug
     334        $(QUIET)$(TOOL_GXX64_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
    335335 endif
    336336endef
Note: See TracChangeset for help on using the changeset viewer.