From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 12323138A1A for ; Sat, 17 Jan 2015 19:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE1E8E0962; Sat, 17 Jan 2015 19:42:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58C2FE0962 for ; Sat, 17 Jan 2015 19:42:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D4FC3406B7 for ; Sat, 17 Jan 2015 19:42:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF4E8FCA0 for ; Sat, 17 Jan 2015 19:42:39 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1421523295.cb67b99d67b6948ee33b2f1c2f4fda75522fb728.ottxor@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_compile.sh X-VCS-Directories: / X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: cb67b99d67b6948ee33b2f1c2f4fda75522fb728 X-VCS-Branch: master Date: Sat, 17 Jan 2015 19:42:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 43451a66-f025-487b-9661-833d63dca73e X-Archives-Hash: 027cf47046036aa6d1e060bce6143eb7 commit: cb67b99d67b6948ee33b2f1c2f4fda75522fb728 Author: Christoph Junghans gentoo org> AuthorDate: Sat Jan 17 19:34:55 2015 +0000 Commit: Christoph Junghans gentoo 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