From: Jim Meyering Date: Sun, 13 Oct 2002 06:48:42 +0000 (+0000) Subject: (../AUTHORS): Make it read-only. X-Git-Tag: v4.5.3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=797d72c3cca5df2397b8a9a485ce9cad8c9349a5;p=thirdparty%2Fcoreutils.git (../AUTHORS): Make it read-only. --- diff --git a/src/Makefile.am b/src/Makefile.am index 7215f42c3f..156b2be1d3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -210,6 +210,7 @@ s1 = '/^\#define AUTHORS \([^\\]\)/{;s//\1/;$(sed_filter);p;q;}' s2 = '/^\#define AUTHORS \\\\/{;n;$(sed_filter);p;q;}' # FIXME: handle *.sh ../AUTHORS: $(SOURCES) + rm -f $@-t ( \ set -e; \ echo "Here are the names of the programs in this package,"; \ @@ -224,4 +225,5 @@ s2 = '/^\#define AUTHORS \\\\/{;n;$(sed_filter);p;q;}' echo "$$prog: $$a"; \ fi; \ done | sort -u ) > $@-t + chmod a-w $@-t mv $@-t $@