From 9ef2c292157f3dbcca445e8e1bc35b20c6325407 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 22 Jun 2011 18:55:40 +0200 Subject: [PATCH] Docs: Add in-code docs on runtask mode of compile_generic() --- gen_compile.sh | 1 + 1 file changed, 1 insertion(+) 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=$? -- 2.26.2