summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-12-02 22:10:39 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-12-03 18:03:14 +0100
commitcb19ac33d49ebd8da659070d0a17041e7fe093aa (patch)
treee5b1846d4c13a4b03290987e51531ba69966a364
parente2f7ba52a48af3057839baa2a6d9b8573b686a75 (diff)
downloadptxdist-cb19ac33d49ebd8da659070d0a17041e7fe093aa.tar.gz
ptxdist-cb19ac33d49ebd8da659070d0a17041e7fe093aa.tar.xz
[tags] new default for tag generation is "tags ctags"
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--scripts/lib/ptxd_make_world_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh
index 1f87609b7..5f744f6be 100644
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -127,9 +127,9 @@ ptxd_make_world_init_compat() {
#
# pkg_tags_opt
#
- # default: "tags"
+ # default: "tags ctags"
#
- pkg_tags_opt="${pkg_tags_opt:-tags}"
+ pkg_tags_opt="${pkg_tags_opt:-tags ctags}"
#