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 C1F7B1381F4 for ; Sun, 12 Aug 2012 19:05:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD3C9E0675; Sun, 12 Aug 2012 19:05:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7A738E062C for ; Sun, 12 Aug 2012 19:05:01 +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 E0A5D1B401D for ; Sun, 12 Aug 2012 19:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8F956E5442 for ; Sun, 12 Aug 2012 19:04:58 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1344795244.6683592216b047d19874d1515ce72226a98650d7.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 6683592216b047d19874d1515ce72226a98650d7 X-VCS-Branch: master Date: Sun, 12 Aug 2012 19:04:58 +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: 9a805853-a48c-4c51-8965-7e09edb7f25b X-Archives-Hash: 4ff4191181298fae7912250547313693 commit: 6683592216b047d19874d1515ce72226a98650d7 Author: Sebastian Pipping pipping org> AuthorDate: Sun Aug 12 18:13:10 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Aug 12 18:14:04 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=66835922 Report on sourced config files --- genkernel | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/genkernel b/genkernel index eb149db..5ee2d42 100755 --- a/genkernel +++ b/genkernel @@ -102,9 +102,13 @@ echo get_official_arch # Read arch-specific config +print_info 1 "Using genkernel.conf from ${_GENKERNEL_CONF}" +print_info 1 "Sourcing arch-specific config.sh from ${ARCH_CONFIG} .." source ${ARCH_CONFIG} || gen_die "Could not read ${ARCH_CONFIG}" _MODULES_LOAD=${GK_SHARE}/arch/${ARCH}/modules_load +print_info 1 "Sourcing arch-specific modules_load from ${_MODULES_LOAD} .." source "${_MODULES_LOAD}" || gen_die "Could not read ${_MODULES_LOAD}" +echo # Merge modules_load from config for group_modules in ${!AMODULES_*}; do