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

Thomas Monjalon thomas at monjalon.net
Sun Apr 30 13:00:06 CEST 2017


30/04/2017 12:45, Thomas Monjalon:
> 29/04/2017 12:51, Jerin Jacob:
> > This script generates cscope, gtags, and tags index files based on
> > EAL environment(architecture and OS(linux/bsd)).
> > 
> > Selection of the architecture and OS environment is based on dpdk
> > configuration target(T=).If EAL environment(T=) is not specified,
> > the script generates tag files based on available source code.
> > 
> > Usage: make tags|cscope|gtags|etags [T=config]
> > 
> > example usage:
> > make cscope
> > make tags T=x86_64-native-linuxapp-gcc
> > make gtags T=arm64-armv8a-linuxapp-gcc
> > 
> > Signed-off-by: Jerin Jacob <jerin.jacob at caviumnetworks.com>
> > Reviewed-by: Yuanhan Liu <yuanhan.liu at linux.intel.com>
> > Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
> > ---
> > v6:
> > - Addressed all the review comments from Thomas
> > http://dpdk.org/ml/archives/dev/2017-April/064964.html
> 
> Reviewed-by: Thomas Monjalon <thomas at monjalon.net>
> 
> Applied, thanks

PS: I've just moved the "cd" line at the beginning of the script
in order to be able to do:
	devtools % ./build-tags.sh -h



More information about the dev mailing list