Closed
Description
Hello.
Currently, prerequisites.sh uses 'make -j' to build cppcheck and vera++.
This can be too resource consuming.
To give control about the make options, we can pass "-j" flag in make command line only if it is passed to make instance, calling the script (MAKEFLAGS environment variable, created by make, can be used for this).