From 44cacfdb3d482ec54184d7a581f296ffc40a1fba Mon Sep 17 00:00:00 2001 From: ericb Date: Thu, 28 Jun 2007 17:20:39 +0000 Subject: [PATCH] Allow 'make check' to work without prior 'make all'. * find/Makefile.am (SUBDIRS): Build in . before testsuite. * locate/Makefile.am (SUBDIRS): Likewise. * xargs/Makefile.am (SUBDIRS): Likewise. --- ChangeLog | 5 +++++ find/Makefile.am | 2 +- locate/Makefile.am | 2 +- xargs/Makefile.am | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 34b49d9..329841c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-06-28 Eric Blake + Allow 'make check' to work without prior 'make all'. + * find/Makefile.am (SUBDIRS): Build in . before testsuite. + * locate/Makefile.am (SUBDIRS): Likewise. + * xargs/Makefile.am (SUBDIRS): Likewise. + Fix Savannah bug #20273, xargs -E with seekable stdin. * import-gnulib.config (modules): Sort, add closein. * xargs/testsuite/Makefile.am (EXTRA_DIST_EXP, EXTRA_DIST_XO) diff --git a/find/Makefile.am b/find/Makefile.am index 23d8323..6cb29ba 100644 --- a/find/Makefile.am +++ b/find/Makefile.am @@ -28,7 +28,7 @@ EXTRA_DIST = defs.h $(man_MANS) INCLUDES = -I../gnulib/lib -I$(top_srcdir)/lib -I$(top_srcdir)/gnulib/lib -I../intl -DLOCALEDIR=\"$(localedir)\" LDADD = ./libfindtools.a ../lib/libfind.a ../gnulib/lib/libgnulib.a @INTLLIBS@ @LIB_CLOCK_GETTIME@ @FINDLIBS@ man_MANS = find.1 -SUBDIRS = testsuite +SUBDIRS = . testsuite #$(PROGRAMS): ../lib/libfind.a diff --git a/locate/Makefile.am b/locate/Makefile.am index 7466ed3..bd87c82 100644 --- a/locate/Makefile.am +++ b/locate/Makefile.am @@ -46,7 +46,7 @@ install-data-hook: dblocation.texi: Makefile echo '@set LOCATE_DB $(LOCATE_DB)' > $@ -SUBDIRS = testsuite +SUBDIRS = . testsuite dist-hook: findutils-check-manpages diff --git a/xargs/Makefile.am b/xargs/Makefile.am index 1832aa5..e0bf599 100644 --- a/xargs/Makefile.am +++ b/xargs/Makefile.am @@ -5,7 +5,7 @@ man_MANS = xargs.1 INCLUDES = -I.. -I../gnulib/lib -I$(top_srcdir)/gnulib/lib -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\" LDADD = ../find/version.o ../lib/libfind.a ../gnulib/lib/libgnulib.a @INTLLIBS@ EXTRA_DIST = $(man_MANS) -SUBDIRS = testsuite +SUBDIRS = . testsuite $(PROGRAMS): ../find/version.o ../lib/libfind.a ../gnulib/lib/libgnulib.a -- 2.11.4.GIT