From d8251651b329f9d432414f0ad06548df7a7e6fdf Mon Sep 17 00:00:00 2001 From: Eric Edgar Date: Thu, 23 Jun 2005 17:27:13 +0000 Subject: [PATCH] Add missing else git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@222 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- gen_compile.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.26.2