From 5549557c119a0fd2549e3c1689f5eaa47c7da272 Mon Sep 17 00:00:00 2001 From: Eric Edgar Date: Thu, 23 Jun 2005 13:19:31 +0000 Subject: [PATCH] Fix missing elif git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@221 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- gen_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_compile.sh b/gen_compile.sh index ba8f285..dddfed1 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -705,7 +705,7 @@ compile_udev() { if [ "${ARCH}" = 'um' ] 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 - if [ "${ARCH}" = 'sparc64' ] + elif [ "${ARCH}" = 'sparc64' ] 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