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

    r692 r696  
    5555TOOL_WGET_FETCH_DEPORD =
    5656define TOOL_WGET_FETCH_CMDS
    57         $(TOOL_WGET_FETCH) $(flags) -P $(dir $(out)) $(source)
     57        $(QUIET)$(TOOL_WGET_FETCH) $(flags) -P $(dir $(out)) $(source)
    5858endef
    5959
Note: See TracChangeset for help on using the changeset viewer.