numam-dpdk/devtools
Ferruh Yigit 8fdb4a9b1e mk: parallelize make config
make config dependency resolving was always running serial,
parallelize it for better performance.

$ time make T=x86_64-native-linuxapp-gcc config
real    0m12.633s

$ time make -j8 T=x86_64-native-linuxapp-gcc config
real    0m1.826s

When config creation done under a single make target, using a for loop,
make has no control on the action, and it needs to run as implemented in
the rule. But if for loop converted into multiple targets, make can
detect independent targets and run them parallel based on -j parameter.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2017-01-30 19:13:35 +01:00
..
cocci scripts: move to devtools 2017-01-04 21:17:32 +01:00
check-git-log.sh devtools: add more git headline checks for acronyms 2017-01-29 15:48:11 +01:00
check-includes.sh scripts: move to devtools 2017-01-04 21:17:32 +01:00
check-maintainers.sh scripts: move to devtools 2017-01-04 21:17:32 +01:00
checkpatches.sh scripts: move to devtools 2017-01-04 21:17:32 +01:00
cocci.sh scripts: move to devtools 2017-01-04 21:17:32 +01:00
git-log-fixes.sh devtools: fix lookup commit fixing a fix of many commits 2017-01-18 16:50:18 +01:00
load-devel-config scripts: move to devtools 2017-01-04 21:17:32 +01:00
test-build.sh mk: parallelize make config 2017-01-30 19:13:35 +01:00
test-null.sh scripts: move to devtools 2017-01-04 21:17:32 +01:00
validate-abi.sh scripts: move to devtools 2017-01-04 21:17:32 +01:00