]> git.ozlabs.org Git - petitboot/commit
automake: silence make output
authorJeremy Kerr <jk@ozlabs.org>
Fri, 1 Aug 2014 04:32:31 +0000 (12:32 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 5 Aug 2014 02:31:28 +0000 (10:31 +0800)
commitd1f814a1e310b5c1e6b32d5bdbf7b7450c221325
tree43d51d4fcec08c5819fb7ab7b1ca1e9cff8fab3f
parentd1c07faf5b5979c19c4709f7195c612fb0a9dd2e
automake: silence make output

Currently, we get a lot of noise out of the build process; automake
supports V={0,1}, which we can use to suppress the output a little.

This needs a few cleanups for custom commands.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
configure.ac
discover/grub2/Makefile.am
test/parser/Makefile.am
test/urls/Makefile.am