* [patch 4/8] tags: skip ./ in filenames
@ 2008-12-01 22:21 akpm
2008-12-03 21:27 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2008-12-01 22:21 UTC (permalink / raw)
To: sam; +Cc: linux-kbuild, akpm, adobriyan
From: Alexey Dobriyan <adobriyan@gmail.com>
This drives size of tags file from 68.9 MB down to 67.7 MB.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN Makefile~tags-skip-in-filenames Makefile
--- a/Makefile~tags-skip-in-filenames
+++ a/Makefile
@@ -1456,7 +1456,7 @@ define find-sources
-name $1 -print; \
find $(__srctree) $(RCS_FIND_IGNORE) \
\( -name include -o -name arch -o -name '.tmp_*' \) -prune -o \
- -name $1 -print; \
+ -name $1 -print | sed -e 's#^./##'; \
)
endef
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 4/8] tags: skip ./ in filenames
2008-12-01 22:21 [patch 4/8] tags: skip ./ in filenames akpm
@ 2008-12-03 21:27 ` Sam Ravnborg
0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2008-12-03 21:27 UTC (permalink / raw)
To: akpm; +Cc: linux-kbuild, adobriyan
On Mon, Dec 01, 2008 at 02:21:04PM -0800, akpm@linux-foundation.org wrote:
> From: Alexey Dobriyan <adobriyan@gmail.com>
>
> This drives size of tags file from 68.9 MB down to 67.7 MB.
>
> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
> Cc: Sam Ravnborg <sam@ravnborg.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Obsoleted by another patch of mine moving all this
tags stuff to a shell script.
Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-03 21:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-01 22:21 [patch 4/8] tags: skip ./ in filenames akpm
2008-12-03 21:27 ` Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox