]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
check: build all dependencies before "make check"
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 16 Jun 2011 02:17:38 +0000 (22:17 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 16 Jun 2011 02:17:38 +0000 (22:17 -0400)
If "make check" is run on a clean repository, it fails due to missing
dependencies for building the test programs.  Have "make check" build
all dependencies before starting the tests to ensure that it can finish
without error.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Makefile.in

index 5708efdead5cd774a00aefb34ad017eb64354fbc..d336c573d3dbbb2aabef9827323ddabeb8240b51 100644 (file)
@@ -140,5 +140,5 @@ distclean-local: clean-local
 realclean-local: distclean-local
        $(RM) -f configure
 
-check::        subs check-recursive
+check::        all check-recursive