Changeset 700 for trunk


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

auto verbose if the --pretty-command-printing option is in use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r699 r700  
    690690 MSG_L3 =
    691691else
     692 ifndef KBUILD_VERBOSE
     693  ifneq ($(filter --pretty-command-printing,$(MAKEFLAGS)),)
     694   export KBUILD_VERBOSE := 1
     695  endif
     696 endif
    692697 ifndef KBUILD_VERBOSE
    693698  QUIET := @
Note: See TracChangeset for help on using the changeset viewer.