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

    r2545 r2774  
    222222                 $(NL)$(TAB)$(QUIET)$(RM) -f $(outbase).rsp)
    223223        $(QUIET)$(APPEND) -n $(outbase).rsp $(flags) $(out) $(objs) $(filter-out %.def %.imp,$(othersrc))
    224         $(TOOL_GXX3OMF_AR) @$(outbase).rsp
     224        $(QUIET)$(TOOL_GXX3OMF_AR) @$(outbase).rsp
    225225endef
    226226
     
    283283                $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(lib)), $(lib)))\
    284284                -Zmap=$(outbase).map
    285         $(TOOL_GXX3OMF_LD) @$(outbase).rsp
     285        $(QUIET)$(TOOL_GXX3OMF_LD) @$(outbase).rsp
    286286endef
    287287
Note: See TracChangeset for help on using the changeset viewer.