On Tue, Dec 30, 2008 at 02:17:26PM +0800, Jike Song wrote: > Hi Sam, > > In commit a680eedc6c621c75695c68198533fc3c98f4053b you introduced the > following code: > > exuberant() > { > all_sources > all > all_sources | xargs ....{snip}... > > This will generate a regular file named `all' in the repository, which > is not included in .gitignore. > Do we really need this file? I think the second run of all_source is > enough. Or otherwise should > we add it into .gitignore? > > I'm not subscribing linux-kbuild list so please CC me in replies, thanks. Thanks for the report. I have queued following fix: Sam >From da20e8358e3408a208a2a7056eaff550c8644c9d Mon Sep 17 00:00:00 2001 From: Sam Ravnborg <sam@xxxxxxxxxxxx> Date: Tue, 30 Dec 2008 10:20:08 +0100 Subject: [PATCH] kbuild: drop debugging leftover in tags.sh Noticed by Jike. Reported-by: "Jike Song" <albcamus@xxxxxxxxx> Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx> --- scripts/tags.sh | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/scripts/tags.sh b/scripts/tags.sh index 4e75472..9e3451d 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh @@ -84,7 +84,6 @@ docscope() exuberant() { - all_sources > all all_sources | xargs $1 -a \ -I __initdata,__exitdata,__acquires,__releases \ -I __read_mostly,____cacheline_aligned \ -- 1.6.0.2.GIT -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html