From: Eric Edgar Date: Thu, 23 Jun 2005 17:27:13 +0000 (+0000) Subject: Add missing else X-Git-Tag: v3.4.10.902~530 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d8251651b329f9d432414f0ad06548df7a7e6fdf;p=genkernel.git Add missing else git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@222 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/gen_compile.sh b/gen_compile.sh index dddfed1..5d1a4cc 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -706,6 +706,7 @@ compile_udev() { then compile_generic "ARCH=um KERNEL_DIR=$KERNEL_DIR USE_KLIBC=true USE_LOG=false DEBUG=false udevdir=/dev all etc/udev/udev.conf" utils elif [ "${ARCH}" = 'sparc64' ] + then compile_generic "ARCH=sparc64 CROSS=sparc64-unknown-linux-gnu- KERNEL_DIR=$KERNEL_DIR USE_KLIBC=true USE_LOG=false DEBUG=false udevdir=/dev all etc/udev/udev.conf" utils else compile_generic "KERNEL_DIR=$KERNEL_DIR USE_KLIBC=true USE_LOG=false DEBUG=false udevdir=/dev all etc/udev/udev.conf" utils