From: Andreas Dilger Date: Thu, 16 Jun 2011 02:17:38 +0000 (-0400) Subject: check: build all dependencies before "make check" X-Git-Tag: v1.42-WIP-0702~8 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=db7cb4b4a6c50527c764e11c12b6caf4f207d46b;p=tools%2Fe2fsprogs.git check: build all dependencies before "make check" 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 Signed-off-by: Theodore Ts'o --- diff --git a/Makefile.in b/Makefile.in index 5708efd..d336c57 100644 --- a/Makefile.in +++ b/Makefile.in @@ -140,5 +140,5 @@ distclean-local: clean-local realclean-local: distclean-local $(RM) -f configure -check:: subs check-recursive +check:: all check-recursive