From: Sebastian Pipping Date: Wed, 22 Jun 2011 16:55:40 +0000 (+0200) Subject: Docs: Add in-code docs on runtask mode of compile_generic() X-Git-Tag: v3.4.17~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9ef2c292157f3dbcca445e8e1bc35b20c6325407;p=genkernel.git Docs: Add in-code docs on runtask mode of compile_generic() --- diff --git a/gen_compile.sh b/gen_compile.sh index eb13dde..281d672 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -254,6 +254,7 @@ compile_generic() { # ARGS='CC="ccache gcc"' if [ "${argstype}" == 'runtask' ] then + # Silent operation, forced -j1 print_info 2 "COMMAND: ${MAKE} ${MAKEOPTS} -j1 ${ARGS} ${target} $*" 1 0 1 eval ${MAKE} -s ${MAKEOPTS} -j1 "${ARGS}" ${target} $* RET=$?