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

    r692 r696  
    7474TOOL_ZIP_UNPACK_DEPORD =
    7575define TOOL_ZIP_UNPACK_CMDS
    76         $(TOOL_ZIP_UNPACK) $(flags) $(archive) -d "$(inst)"
    77         $(TOOL_ZIP_UNPACK) -l $(archive) | $(SED) \
     76        $(QUIET)$(TOOL_ZIP_UNPACK) $(flags) $(archive) -d "$(inst)"
     77        $(QUIET)$(TOOL_ZIP_UNPACK) -l $(archive) | $(SED) \
    7878                -e '/ [0-2][0-9]:[0-6][0-9]/!d' \
    7979                -e 's/^.* [0-2][0-9]:[0-6][0-9]   //' \
Note: See TracChangeset for help on using the changeset viewer.