]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: Clean up build output
authorDave Chinner <david@fromorbit.com>
Tue, 19 Jan 2010 23:26:01 +0000 (10:26 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 19 Jan 2010 23:26:01 +0000 (10:26 +1100)
commit50f99d08efcf8bec787e035e99aed0b932d1a358
treec7f5cbefa5db3e83b26d434044d69c8d5d82f943
parent8213960867bf318b58cf776a1fde775e0cab5c55
xfstests: Clean up build output

We don't need to see every compiler command line for every file that
is compiled. This makes it hard to see warnings and errors during
compile. For progress notification, we really only need to see the
directory/file being operated on.

Turn down the verbosity of output by suppressing various make output
and provide better overall visibility of which directory is being
operated on, what the operation is and what is being done to the
files by the build/clean process.

This patch only addresses the top level makefile and build rules; it
does not clean up the subdirectories - these will be addressed by a
followup patch. It also does not touch the dmapi section of the
xfstests build system.

The old style verbose builds can still be run via "make V=1 ..."

Signed-off-by: Dave Chinner <david@fromorbit.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Makefile
include/buildmacros
include/buildrules