[dpdk-dev] [PATCH v4] devtools: add tags and cscope index file generation support

Dumitrescu, Cristian cristian.dumitrescu at intel.com
Mon Mar 20 11:15:45 CET 2017



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jerin Jacob
> Sent: Sunday, March 19, 2017 10:52 AM
> To: dev at dpdk.org
> Cc: thomas.monjalon at 6wind.com; Yigit, Ferruh <ferruh.yigit at intel.com>;
> Jerin Jacob <jerin.jacob at caviumnetworks.com>
> Subject: [dpdk-dev] [PATCH v4] devtools: add tags and cscope index file
> generation support
> 
> This script generates cscope, gtags, and tags index files based on
> EAL environment(architecture and OS(linux/bsd)).
> 
> If EAL environment(config) is not specified, the script generates tag
> files based on available source code.
> 
> Usage: build-tags.sh [-h] [-v] tags|cscope|gtags|etags [config]
> 
> example usage:
> ./devtools/build-tags.sh cscope
> ./devtools/build-tags.sh tags x86_64-native-linuxapp-gcc
> ./devtools/build-tags.sh gtags arm64-armv8a-linuxapp-gcc
> 

This is great, Jerin, thank you!

IMO it would be even better to have this as one of the targets in the master makefile rather than a standalone script, what do you think?



More information about the dev mailing list