summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_tags.sh
Commit message (Collapse)AuthorAgeFilesLines
* ptxdist: add --verbose option and start using itMichael Olbrich2012-07-291-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ptxd_make_world_tags] add generic "tags" targetMarc Kleine-Budde2009-11-061-0/+25
To generate tag for a certain pacakge, call ptxdist this way: $ ptxdist tags <package> PTXdist basically runs: $ make <PKG>_TAGS_OPT <PKG>_TAGS_OPT default to "tags", which is a good default for autotoolizised packages. Of course it can be overwritten on a per package base, e.g.: BUSYBOX_TAGS_OPT := tags TAGS scope Why: 1) non autotool based build system, that has cscope support. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>