Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=37ab7a269637086d56940c31968f3fb3389b6d68
Commit:     37ab7a269637086d56940c31968f3fb3389b6d68
Parent:     347d12d727d214f517921d579e1eded2dc082a10
Author:     Yinghai Lu <[EMAIL PROTECTED]>
AuthorDate: Wed Oct 17 16:43:39 2007 -0700
Committer:  Sam Ravnborg <[EMAIL PROTECTED](none)>
CommitDate: Thu Oct 18 13:35:49 2007 +0200

    kbuild: cscope - filter out .tmp_* in find_sources
    
    remove .tmp_kallsyms*.S in cscope.files
    
    Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]>
    Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index feca34c..e8ace82 100644
--- a/Makefile
+++ b/Makefile
@@ -1351,7 +1351,7 @@ define find-sources
          find $(__srctree)include/asm-generic $(RCS_FIND_IGNORE) \
               -name $1 -print; \
          find $(__srctree) $(RCS_FIND_IGNORE) \
-              \( -name include -o -name arch \) -prune -o \
+              \( -name include -o -name arch -o -name '.tmp_*' \) -prune -o \
               -name $1 -print; \
          )
 endef
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to