projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b1b76
)
Docs: Add in-code docs on runtask mode of compile_generic()
author
Sebastian Pipping
<sebastian@pipping.org>
Wed, 22 Jun 2011 16:55:40 +0000
(18:55 +0200)
committer
Sebastian Pipping
<sebastian@pipping.org>
Wed, 22 Jun 2011 16:55:40 +0000
(18:55 +0200)
gen_compile.sh
patch
|
blob
|
history
diff --git
a/gen_compile.sh
b/gen_compile.sh
index eb13dde3e6f8db6727dbfa7fa448e3072dbfd21a..281d672fd2e7c9bd1f4e30fdea910480eeedc115 100755
(executable)
--- 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=$?