findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Findutils-patches] ./configure; make check


From: Eric Blake-1
Subject: [Findutils-patches] ./configure; make check
Date: Thu, 28 Jun 2007 07:52:48 -0700 (PDT)

Several GNU projects allow './configure; make check', whereas findutils
currently requires './configure; make; make check'.  OK to apply to
branch and head?  As for an argument for inclusion on the branch,
this change is minimal, and does not change any code, just the order
in which make traverses directories.

2007-06-28  Eric Blake  <address@hidden>

        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.

Index: find/Makefile.am
===================================================================
RCS file: /sources/findutils/findutils/find/Makefile.am,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile.am
--- find/Makefile.am    3 Jul 2005 16:07:08 -0000       1.9
+++ find/Makefile.am    28 Jun 2007 14:48:48 -0000
@@ -8,7 +8,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 = ../lib/libfind.a ../gnulib/lib/libgnulib.a @INTLLIBS@
 man_MANS = find.1
-SUBDIRS = testsuite
+SUBDIRS = . testsuite
 
 #$(PROGRAMS): ../lib/libfind.a
 
Index: locate/Makefile.am
===================================================================
RCS file: /sources/findutils/findutils/locate/Makefile.am,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile.am
--- locate/Makefile.am  21 Nov 2004 13:37:22 -0000      1.14
+++ locate/Makefile.am  28 Jun 2007 14:48:49 -0000
@@ -41,4 +41,4 @@ updatedb: updatedb.sh
 install-data-hook:
        $(top_srcdir)/mkinstalldirs $(DESTDIR)$(localstatedir)
 
-SUBDIRS = testsuite
+SUBDIRS = . testsuite
Index: xargs/Makefile.am
===================================================================
RCS file: /sources/findutils/findutils/xargs/Makefile.am,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile.am
--- xargs/Makefile.am   21 Nov 2004 13:37:47 -0000      1.7
+++ xargs/Makefile.am   28 Jun 2007 14:48:49 -0000
@@ -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
 

-- 
View this message in context: 
http://www.nabble.com/.-configure--make-check-tf3994825.html#a11344637
Sent from the GNU - FindUtils - Patches mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]