Re: [dpdk-dev] [PATCH v3 14/37] devtools: remove use of make in scripts

2020-09-06 Thread Thomas Monjalon
On Thu Sep 3, 2020 at 6:26 PM CEST, Ciara Power wrote: > --- a/devtools/build-tags.sh > +++ b/devtools/build-tags.sh [...] > + echo "Examples of valid configs are: " > + echo "x86_64-native-linux-gcc, arm64-armv8a-linux-gcc, > ppc_64-power8-linux-gcc" Only arch and OS are used in this script. I wo

[dpdk-dev] [PATCH v3 14/37] devtools: remove use of make in scripts

2020-09-03 Thread Ciara Power
Make is no longer supported, the test script for make builds is no longer required. Uses of make in other tool scripts are replaced. Signed-off-by: Ciara Power --- MAINTAINERS| 1 - devtools/build-tags.sh | 14 +- devtools/check-includes.sh | 3 +- devtools/git-log-fixes