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.ja...@caviumnetworks.com> > > Reviewed-by: Yuanhan Liu <yuanhan....@linux.intel.com> > > Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com> > > --- > > v6: > > - Addressed all the review comments from Thomas > > http://dpdk.org/ml/archives/dev/2017-April/064964.html > > Reviewed-by: Thomas Monjalon <tho...@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