- Don't use -j2 make option by default, may break some non-conforming source builts
- Fix a few buglets (like LOGDIR , and when packages are NOT configure-based, aka
do not create a config.log file)
Introduced a prepare step for the sources which can be specified
by defining the src_prepare function. e.g. to use patches.
The src_prepare function will be called in the $SRCDIR.
example:
src_prepare() {
patch -p1 < ${SRC_POOL}/my_src.patch
}