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 75831138200 for ; Mon, 5 Nov 2012 18:31:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2995E058F; Mon, 5 Nov 2012 18:30:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B04EC21C031 for ; Mon, 5 Nov 2012 18:30:32 +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 EE2DB33D8B5 for ; Mon, 5 Nov 2012 18:30:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A2E96E5452 for ; Mon, 5 Nov 2012 18:30:29 +0000 (UTC) From: "Richard Yao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" Message-ID: <1351875093.71e512c9e42156c847778d41d513a8f6d0989c57.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:ryao commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_determineargs.sh X-VCS-Directories: / X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 71e512c9e42156c847778d41d513a8f6d0989c57 X-VCS-Branch: ryao Date: Mon, 5 Nov 2012 18:30:29 +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: e9dd2bf9-bbcb-42bb-8e72-e6d706d51ac7 X-Archives-Hash: 1abf86de26a818639a7e385260f24610 commit: 71e512c9e42156c847778d41d513a8f6d0989c57 Author: Tim Harder gentoo org> AuthorDate: Fri Oct 26 08:50:56 2012 +0000 Commit: Richard Yao gentoo org> CommitDate: Fri Nov 2 16:51:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=71e512c9 Change OUTPUTDIR fallback to KERNEL_DIR Signed-off-by: Robin H. Johnson gentoo.org> --- gen_determineargs.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gen_determineargs.sh b/gen_determineargs.sh index c3756d2..7ad2bab 100755 --- a/gen_determineargs.sh +++ b/gen_determineargs.sh @@ -90,7 +90,7 @@ determine_real_args() { set_config_with_override STRING KERNEL_CROSS_COMPILE CMD_KERNEL_CROSS_COMPILE set_config_with_override STRING UTILS_CROSS_COMPILE CMD_UTILS_CROSS_COMPILE set_config_with_override STRING BOOTDIR CMD_BOOTDIR "/boot" - set_config_with_override STRING KERNEL_OUTPUTDIR CMD_KERNEL_OUTPUTDIR "${DEFAULT_KERNEL_SOURCE}" + set_config_with_override STRING KERNEL_OUTPUTDIR CMD_KERNEL_OUTPUTDIR "${KERNEL_DIR}" set_config_with_override STRING MODPROBEDIR CMD_MODPROBEDIR "/etc/modprobe.d" set_config_with_override BOOL SPLASH CMD_SPLASH