X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2FRules.in;h=293ff3cd65e3958988e769c26e014db90b4f3542;hb=eba596e57a35ef07b8591db203153484178becac;hp=1a3ae5236fb1e2a424a5d58a86a268986591b3b0;hpb=bd1b99d7caa6ab2b7c771524af9178a3da69eeab;p=fs%2Flustre-release.git diff --git a/lustre/Rules.in b/lustre/Rules.in index 1a3ae52..293ff3c 100644 --- a/lustre/Rules.in +++ b/lustre/Rules.in @@ -23,17 +23,6 @@ ifeq ($(PATCHLEVEL),) include autoMakefile -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 - - 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 - else include @LINUX_CONFIG@