commit: cb67b99d67b6948ee33b2f1c2f4fda75522fb728 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Sat Jan 17 19:34:55 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Sat Jan 17 19:34:55 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=cb67b99d
compile_generic: fixed print_info for kernel targets --- gen_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_compile.sh b/gen_compile.sh index 0fb33d5..04ed8d6 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -278,7 +278,7 @@ compile_generic() { RET=${PIPESTATUS[0]} else # Output to logfile only - print_info 2 "COMMAND: ${MAKE} ${MAKEOPTS} ${ARGS} ${1} $*" 1 0 1 + print_info 2 "COMMAND: ${MAKE} ${MAKEOPTS} ${ARGS} ${target} $*" 1 0 1 eval ${MAKE} ${MAKEOPTS} ${ARGS} ${target} $* >> ${LOGFILE} 2>&1 RET=$? fi