]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
debian: don't bypass top level Makefile when building subdirs
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 28 Mar 2019 23:05:01 +0000 (18:05 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 28 Mar 2019 23:05:01 +0000 (18:05 -0500)
commit33d7c2503cc6552fe6192f35b6e4b11702acbbee
tree2bac278f7736081c5cbc066006bf6b2533e2e090
parent4efcad54790c39bd4d8196a8525404b0d411d0f2
debian: don't bypass top level Makefile when building subdirs

The top level Makefile does some processing to set build environment
variables (Q and CHECK_CMD).  debian/rules uses -C to build subdirs
directly, which bypases this feature of the top-level makefile, which
causes more build spew than necessary (because Q never gets set to quiet
the build).

Since the top level makefile can be used to build the subdirs
debian/rules cares about, drop the -C and build subdirs via the top
level Makefile to quiet the build.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Nathan Scott <nathans@debian.org>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
debian/rules