]> git.ipfire.org Git - thirdparty/shadow.git/commit
enable silent build output by default 52/head
authorMike Frysinger <vapier@gentoo.org>
Mon, 5 Dec 2016 21:02:55 +0000 (16:02 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 5 Dec 2016 21:02:55 +0000 (16:02 -0500)
commit6e91297fa2418c78d5c7116d5987aa8d69efd2d1
tree3b31f496fd7480dd9195f3a53feeecc6b6bcbdab
parent752ca15da4e0cdf75a6bdc5ad57b60f7f49cc65f
enable silent build output by default

Enable the automake feature to produce silent output by default.
When compiling code, we now see things like:
$ make
  CC       addgrps.o
  CC       age.o
  CC       audit_help.o
...

This can be disabled via configure's --disable-silent-rules or
by passing V=1 to make.

Custom output (like in the man subdirs) don't (yet) respect this
feature.  More work will be needed to clean those up.
configure.ac