[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAF8raN687u_PqzxS2kxNoQYO6mhO17u4eACE3fXuuRXN183Ggw@mail.gmail.com>
Date:	Thu, 8 Mar 2012 15:48:03 +0800
From:	Jianbin Kang <kjbmail@...il.com>
To:	mmarek@...e.cz
Cc:	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] kbuild: incremental tags update for GNU Global
    GNU gtags support '-i' for updating tag files incrementally.
    It runs more quickly than generating new tags after kernel source update.
    Signed-off-by:  Jianbin Kang <kjbmail@...il.com>
---
 scripts/tags.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/tags.sh b/scripts/tags.sh
index 833813a..0bc8588 100755
--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -116,7 +116,7 @@ docscope()
 dogtags()
 {
-	all_sources | gtags -f -
+	all_sources | gtags -i -f -
 }
 exuberant()
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
