From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SnzaG-0003tw-GP for garchives@archives.gentoo.org; Sun, 08 Jul 2012 22:04:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A925E05F8; Sun, 8 Jul 2012 22:03:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5C7E8E05F2 for ; Sun, 8 Jul 2012 22:03:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2E751B4022 for ; Sun, 8 Jul 2012 22:03:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A5D07E5440 for ; Sun, 8 Jul 2012 22:03:24 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1341784902.c57b73f5f8117f79d4b1bd5f66ed6bcd53a91b20.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: ChangeLog genkernel X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: c57b73f5f8117f79d4b1bd5f66ed6bcd53a91b20 X-VCS-Branch: master Date: Sun, 8 Jul 2012 22:03:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5f905b47-4a31-4ca3-9ec5-c849324d61fc X-Archives-Hash: d982699362c828c5ed7c4a5a17dd182e commit: c57b73f5f8117f79d4b1bd5f66ed6bcd53a91b20 Author: Sebastian Pipping pipping org> AuthorDate: Sun Jul 8 21:52:10 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Jul 8 22:01:42 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3Dc57b73f5 Always report used kernel config file --- ChangeLog | 4 ++++ genkernel | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2469de6..501d9e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ # Distributed under the GPL v2 # $Id$ =20 + 08 Jul 2012; Sebastian Pipping gen_initramfs.sh, + genkernel: + Always report used kernel config file + 08 Jul 2012; Sebastian Pipping gen_configkernel.sh, gen_initramfs.sh: Catch case with no initramfs compression supported by kernel (bug #423= 847) diff --git a/genkernel b/genkernel index 103c434..8343cfe 100755 --- a/genkernel +++ b/genkernel @@ -117,6 +117,7 @@ done # get the real arguments for usage... =20 determine_real_args +determine_config_file =20 set_kernel_arch =20 @@ -129,6 +130,7 @@ check_distfiles dump_debugcache =20 NORMAL=3D${BOLD} print_info 1 "Linux Kernel ${BOLD}${KV}${NORMAL} for ${= BOLD}${ARCH}${NORMAL}..." +print_info 1 ".. with config file ${KERNEL_CONFIG}" =20 # Check BOOTDIR is mounted if ! isTrue ${CMD_INSTALL}