Whamcloud - gitweb
Add support for configure --enable-verbose-makecmds
authorTheodore Ts'o <tytso@mit.edu>
Thu, 2 Jul 2009 04:11:17 +0000 (00:11 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 2 Jul 2009 04:11:17 +0000 (00:11 -0400)
commitc13351f6c53f175696044c0203bb3009af606c64
tree1535231305f9eb4493ba78a2d729575642f29ab3
parenta6a1c0815c045fd12f65546e16d495338097f32a
Add support for configure --enable-verbose-makecmds

Some people don't want to see the concise "kernel-style" make output.
This configure option allows build engines that want to see the full
set of commands executed by the makefile to get what they want.  Most
people will find this more distracting than useful, unless they need
to debug the Makefiles.

(It is not necessary to rerun configure to enable this verbose make
output temprarily; if a developer wants to do a quick debug of a
directory's makefile, he or she can simply edit the definition of the
$(E) and $(Q) variables in the Makefile; instructions can be found in
the MCONFIG file which is included in at the beginning of every
Makefile.)

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
24 files changed:
MCONFIG.in
configure
configure.in
debugfs/Makefile.in
doc/Makefile.in
e2fsck/Makefile.in
intl/Makefile.in
lib/Makefile.checker
lib/Makefile.darwin-lib
lib/Makefile.elf-lib
lib/Makefile.library
lib/Makefile.profile
lib/Makefile.solaris-lib
lib/blkid/Makefile.in
lib/e2p/Makefile.in
lib/et/Makefile.in
lib/ext2fs/Makefile.in
lib/ss/Makefile.in
lib/uuid/Makefile.in
misc/Makefile.in
po/Makefile.in.in
resize/Makefile.in
tests/progs/Makefile.in
util/Makefile.in