From: Jim Meyering Date: Tue, 27 Apr 2004 16:57:23 +0000 (+0000) Subject: Rename to sc_tight_scope. X-Git-Tag: v5.3.0~1656 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3353acdf8f40935ff98fb550d6f33ac9e515e938;p=thirdparty%2Fcoreutils.git Rename to sc_tight_scope. --- diff --git a/src/Makefile.am b/src/Makefile.am index 8356f1430f..dbe7172a69 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -278,7 +278,7 @@ s2 = '/^\#define AUTHORS \\\\/{;n;$(sed_filter);p;q;}' # Any that don't must be marked with `extern', but `main' # and `usage' are exceptions. They're always extern, but # don't need to be marked. -sc_src_functions_have_static_scope: $(all_programs) +sc_tight_scope: $(all_programs) @t=exceptions-$$$$; \ trap "s=$$?; rm -f $$t; exit $$s" 0 1 2 13 15; \ ( printf '^main$$\n^usage$$\n'; \