Changeset 823 for trunk/kBuild


Ignore:
Timestamp:
Feb 1, 2007, 7:18:21 AM (18 years ago)
Author:
bird
Message:

KBUILD_VERBOSE=2 should be implied by --pretty-command-printing not 1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r811 r823  
    733733 ifndef KBUILD_QUIET
    734734  ifneq ($(filter --pretty-command-printing,$(MAKEFLAGS)),)
    735    export KBUILD_VERBOSE := 1
     735   export KBUILD_VERBOSE := 2
    736736  endif
    737737 endif
Note: See TracChangeset for help on using the changeset viewer.