Moved the MAKEOPTS check to the top of the file for parisc, so it matches other architectures. This fixes bug #165494. Thanks to Andrew Gaffney <agaffney@gentoo.org> for finding the fix. I'm marking this as 3.4.7_pre3 for testing.

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@488 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Chris Gianelloni 18 years ago
parent 2eb1c706e6
commit d97296528e

@ -2,6 +2,13 @@
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel,
parisc/config.sh, parisc64/config.sh:
Moved the MAKEOPTS check to the top of the file for parisc, so it matches
other architectures. This fixes bug #165494. Thanks to Andrew Gaffney
<agaffney@gentoo.org> for finding the fix. I'm marking this as 3.4.7_pre3
for testing.
14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.scripts:
Adding yet another patch from Fabio Erculiani <lxnay@lxnaydesign.net> from

@ -2,7 +2,7 @@
# Genkernel v3
PATH="/bin:/usr/bin:/sbin:/usr/sbin"
GK_V='3.4.7_pre2'
GK_V='3.4.7_pre3'
TMPDIR='/var/tmp/genkernel'
TEMP=${TMPDIR}/$RANDOM.$RANDOM.$RANDOM.$$

@ -7,6 +7,8 @@ KERNEL_BINARY="vmlinux"
USE_DIETLIBC=0
[ -z "${MAKEOPTS}" ] && MAKEOPTS="-j2"
BOOTSPLASH=0
KERNEL_MAKE=make
@ -22,5 +24,3 @@ UTILS_LD=ld
COMPRESS_INITRD=yes
[ -z "${MAKEOPTS}" ] && MAKEOPTS="-j2"

@ -7,6 +7,8 @@ KERNEL_BINARY="vmlinux"
USE_DIETLIBC=0
[ -z "${MAKEOPTS}" ] && MAKEOPTS="-j2"
BOOTSPLASH=0
KERNEL_MAKE=make
@ -21,5 +23,3 @@ UTILS_AS=as
UTILS_LD=ld
COMPRESS_INITRD=yes
[ -z "${MAKEOPTS}" ] && MAKEOPTS="-j2"

Loading…
Cancel
Save