linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] check: build all dependencies before "make check"
@ 2011-06-14 22:23 Andreas Dilger
  0 siblings, 0 replies; only message in thread
From: Andreas Dilger @ 2011-06-14 22:23 UTC (permalink / raw)
  To: tytso, linux-ext4; +Cc: Andreas Dilger

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>
---
 Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
 
-- 
1.7.3.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-14 22:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-14 22:23 [PATCH] check: build all dependencies before "make check" Andreas Dilger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).