Whamcloud - gitweb
Branch b1_6
authoryangsheng <yangsheng>
Mon, 18 Aug 2008 05:41:27 +0000 (05:41 +0000)
committeryangsheng <yangsheng>
Mon, 18 Aug 2008 05:41:27 +0000 (05:41 +0000)
b=16204
i=johann, zhenyu.xu

Exclude the .pc directory.

build/autoMakefile.am.toplevel

index 3547b40..56bb2dc 100644 (file)
@@ -17,12 +17,12 @@ tags:
        rm -f $(top_srcdir)/TAGS
        ETAGSF=`etags --version | grep -iq exuberant && \
                echo "-I __initdata,__exitdata,EXPORT_SYMBOL"`; \
-       find $(top_srcdir) -name '*.[hc]' |grep -v linux-stage |xargs etags $$ETAGSF -a
+       find $(top_srcdir) -name .pc -prune -o -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]' |grep -v linux-stage |xargs ctags $$CTAGSF -a
+       find $(top_srcdir) -name .pc -prune -o -name '*.[hc]' |xargs ctags $$CTAGSF -a
 
 if MODULES
 sources: all-sources