Ignore:
Timestamp:
Dec 10, 2006, 8:16:02 AM (19 years ago)
Author:
bird
Message:

Implemented KBUILD_QUIET and KBUILD_VERBOSE={1|full} (was BUILD_QUIET, BUILD_VERBOSE, BUILD_DEBUG).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/TARGZ.kmk

    r692 r696  
    5959TOOL_TARGZ_UNPACK_DEPORD =
    6060define TOOL_TARGZ_UNPACK_CMDS
    61         $(TOOL_TARGZ_UNPACK) -x $(flags) -C $(inst) -f $(archive)
    62         $(TOOL_TARGZ_UNPACK) -t $(flags) -f $(archive) > $(out)
     61        $(QUIET)$(TOOL_TARGZ_UNPACK) -x $(flags) -C $(inst) -f $(archive)
     62        $(QUIET)$(TOOL_TARGZ_UNPACK) -t $(flags) -f $(archive) > $(out)
    6363endef
    6464
Note: See TracChangeset for help on using the changeset viewer.