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.60) (envelope-from ) id 1QSgDF-0007z1-C8 for garchives@archives.gentoo.org; Sat, 04 Jun 2011 02:03:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 848B21C127; Sat, 4 Jun 2011 02:03:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 55D301C127 for ; Sat, 4 Jun 2011 02:03:24 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D89131B4029 for ; Sat, 4 Jun 2011 02:03:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DCB668050E for ; Sat, 4 Jun 2011 02:03:22 +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: <2e16677d197a1ae3a492b686069fb42299c647e5.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_determineargs.sh X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 2e16677d197a1ae3a492b686069fb42299c647e5 Date: Sat, 4 Jun 2011 02:03:22 +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: X-Archives-Hash: 47e42932b048426c590706d96bf8429e commit: 2e16677d197a1ae3a492b686069fb42299c647e5 Author: Sebastian Pipping pipping org> AuthorDate: Sat Jun 4 01:00:29 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Jun 4 02:02:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3D2e16677d Fix regression from renaming DEBUGLEVEL/DEBUGFILE to LOGLEVEL/LOGFILE --- gen_determineargs.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gen_determineargs.sh b/gen_determineargs.sh index baa8a04..6f88805 100755 --- a/gen_determineargs.sh +++ b/gen_determineargs.sh @@ -70,7 +70,7 @@ determine_real_args() { =20 # Dest / Config File Command Line = Arch Default # ------------------ ------------ = ------------ - set_config_with_override STRING DEBUGFILE CMD_DEBUGFILE + set_config_with_override STRING LOGFILE CMD_LOGFILE set_config_with_override STRING KERNEL_DIR CMD_KERNEL_DIR = "${DEFAULT_KERNEL_SOURCE}" set_config_with_override BOOL NO_KERNEL_SOURCES CMD_NO_KERNEL_SOUR= CES set_config_with_override STRING KNAME CMD_KERNNAME = "genkernel"