From: Jim Meyering Date: Fri, 10 Apr 2009 09:35:10 +0000 (+0200) Subject: build: tight-scope test: don't build excluded programs X-Git-Tag: v7.3~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b571b61970376a11ae3c336f70e9dbdb0746cdef;p=thirdparty%2Fcoreutils.git build: tight-scope test: don't build excluded programs * src/Makefile.am (sc_tight_scope): Depend on $(bin_PROGRAMS), not $(all_programs) --- diff --git a/src/Makefile.am b/src/Makefile.am index 08718b1e81..9aaf739794 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -434,7 +434,7 @@ s2 = '/^\#define AUTHORS \\\\/{;n;$(sed_filter);p;q;}' # # The second nm|grep checks for file-scope variables with `extern' scope. .PHONY: sc_tight_scope -sc_tight_scope: $(all_programs) +sc_tight_scope: $(bin_PROGRAMS) @t=exceptions-$$$$; \ trap "s=$$?; rm -f $$t; exit $$s" 0 1 2 13 15; \ src=`for f in $(SOURCES); do \