From cb67b99d67b6948ee33b2f1c2f4fda75522fb728 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Sat, 17 Jan 2015 12:34:55 -0700 Subject: 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 -- cgit v1.2.3-65-gdbad