From: Andrew Gaffney Date: Fri, 14 Mar 2008 04:25:34 +0000 (+0000) Subject: Copy the original kconfig with a different name than the one used to build X-Git-Tag: v3.4.10.902~97 X-Git-Url: http://git.tremily.us/?p=genkernel.git;a=commitdiff_plain;h=a5165c526b1f5b75ff32f0b4bcf3cd22834d5edf Copy the original kconfig with a different name than the one used to build git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@655 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/ChangeLog b/ChangeLog index 0f702c6..a5a9a68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Mar 2008; Andrew Gaffney gen_package.sh: + Copy the original kconfig with a different name than the one used to build + 14 Mar 2008; Andrew Gaffney gen_package.sh: Include original kconfig in kerncache If original kconfig exists in the kerncache, use that for comparison to the current kconfig diff --git a/gen_package.sh b/gen_package.sh index bf7ad0d..207e5b4 100644 --- a/gen_package.sh +++ b/gen_package.sh @@ -68,7 +68,7 @@ gen_kerncache() cd "${KERNEL_DIR}" cp "${KERNEL_BINARY}" "${TEMP}/kerncache/kernel-${ARCH}-${KV}" || gen_die 'Could not the copy kernel for the kernel package!' cp "${KERNEL_DIR}/.config" "${TEMP}/kerncache/config-${ARCH}-${KV}" - cp "${KERNEL_CONFIG}" "${TEMP}/kerncache/config-${ARCH}-${KV}" + cp "${KERNEL_CONFIG}" "${TEMP}/kerncache/config-${ARCH}-${KV}.orig" cp "${KERNEL_DIR}/System.map" "${TEMP}/kerncache/System.map-${ARCH}-${KV}" if isTrue "${GENZIMAGE}" then