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

    r2750 r2774  
    5353TOOL_JWASM_COMPILE_AS_DEPORD =
    5454define TOOL_JWASM_COMPILE_AS_CMDS
    55         $(TOOL_JWASM_AS) -c \
     55        $(QUIET)$(TOOL_JWASM_AS) -c \
    5656                        $(strip $(flags)) \
    5757                        $(addprefix -D,$(defs)) \
Note: See TracChangeset for help on using the changeset viewer.