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

    r2541 r2774  
    269269                $(call TOOL_GCC32_LD_MAP,$(outbase).map)
    270270 ifeq ($(ld_debug),split)
    271         $(TOOL_GCC32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
    272         $(CHMOD) a-x $(outbase).debug
    273         $(TOOL_GCC32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
     271        $(QUIET)$(TOOL_GCC32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
     272        $(QUIET)$(CHMOD) a-x $(outbase).debug
     273        $(QUIET)$(TOOL_GCC32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
    274274 endif
    275275endef
     
    304304                $(call TOOL_GCC32_LD_MAP,$(outbase).map)
    305305 ifeq ($(ld_debug),split)
    306         $(TOOL_GCC32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
    307         $(CHMOD) a-x $(outbase).debug
    308         $(TOOL_GCC32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
     306        $(QUIET)$(TOOL_GCC32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
     307        $(QUIET)$(CHMOD) a-x $(outbase).debug
     308        $(QUIET)$(TOOL_GCC32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
    309309 endif
    310310endef
     
    338338                $(call TOOL_GCC32_LD_SYSMOD_MAP,$(outbase).map)
    339339 ifeq ($(ld_debug),split)
    340         $(TOOL_GCC32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
    341         $(CHMOD) a-x $(outbase).debug
    342         $(TOOL_GCC32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
     340        $(QUIET)$(TOOL_GCC32_OBJCOPY) --only-keep-debug $(out) $(outbase).debug
     341        $(QUIET)$(CHMOD) a-x $(outbase).debug
     342        $(QUIET)$(TOOL_GCC32_OBJCOPY) --strip-debug --strip-unneeded --add-gnu-debuglink=$(outbase).debug $(out)
    343343 endif
    344344endef
Note: See TracChangeset for help on using the changeset viewer.