From: adilger Date: Tue, 5 Jul 2005 09:19:19 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: 1.4.10~942 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=70dca1bbedc653b02448373d1e4f8f7c69d1cd6e;p=fs%2Flustre-release.git Branch HEAD Don't tag all of the backup files created by quilt for ldiskfs. --- diff --git a/build/autoMakefile.am.toplevel b/build/autoMakefile.am.toplevel index 2451dd3..e42c725 100644 --- a/build/autoMakefile.am.toplevel +++ b/build/autoMakefile.am.toplevel @@ -19,12 +19,12 @@ tags: rm -f $(top_srcdir)/TAGS ETAGSF=`etags --version | grep -iq exuberant && \ echo "-I __initdata,__exitdata,EXPORT_SYMBOL"`; \ - find $(top_srcdir) -name '*.[hc]' | xargs etags $$ETAGSF -a + find $(top_srcdir) -name '*.[hc]' |grep -v linux-stage |xargs etags $$ETAGSF -a rm -f $(top_srcdir)/tags CTAGSF=`ctags --version | grep -iq exuberant && \ echo "-I __initdata,__exitdata,EXPORT_SYMBOL"`; \ - find $(top_srcdir) -name '*.[hc]' | xargs ctags $$CTAGSF -a + find $(top_srcdir) -name '*.[hc]' |grep -v linux-stage |xargs ctags $$CTAGSF -a if MODULES all-sources: