apply patch from John R. Graham <john_r_graham@mindspring.com> for bug 201482

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@571 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Andrew Gaffney 17 years ago
parent f86c24efb6
commit 5ea7a1432f

@ -2,6 +2,9 @@
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
13 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
apply patch from John R. Graham <john_r_graham@mindspring.com> for bug 201482
06 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh:
s/KERNELDIR/KERNEL_DIR/ for bug 201159

@ -73,7 +73,7 @@ determine_real_args() {
set_config_with_override 2 KERNEL_DIR CMD_KERNEL_DIR "${DEFAULT_KERNEL_SOURCE}"
set_config_with_override 1 NO_KERNEL_SOURCES CMD_NO_KERNEL_SOURCES
set_config_with_override 2 KERNCACHE CMD_KERNCACHE
set_config_with_override 2 KNAME CMD_KNAME "genkernel"
set_config_with_override 2 KNAME CMD_KERNNAME "genkernel"
set_config_with_override 2 MAKEOPTS CMD_MAKEOPTS "$DEFAULT_MAKEOPTS"
set_config_with_override 2 KERNEL_MAKE CMD_KERNEL_MAKE "$DEFAULT_KERNEL_MAKE"

Loading…
Cancel
Save