summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_tags.sh
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* 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>