From eecf587d5624ef16bd772bd900690b28d9db8248 Mon Sep 17 00:00:00 2001
From: yangsheng <yangsheng>
Date: Mon, 18 Aug 2008 05:44:13 +0000
Subject: [PATCH] Branch b1_8_gate b=16204 i=johann, zhenyu.xu

Exclude the .pc directory.
---
 build/autoMakefile.am.toplevel | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/autoMakefile.am.toplevel b/build/autoMakefile.am.toplevel
index b26579e3a9..02720a9a98 100644
--- a/build/autoMakefile.am.toplevel
+++ b/build/autoMakefile.am.toplevel
@@ -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
-- 
GitLab