> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jerin Jacob > Sent: Sunday, March 19, 2017 10:52 AM > To: dev@dpdk.org > Cc: thomas.monja...@6wind.com; Yigit, Ferruh <ferruh.yi...@intel.com>; > Jerin Jacob <jerin.ja...@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?