Add missing else
authorEric Edgar <rocket@gentoo.org>
Thu, 23 Jun 2005 17:27:13 +0000 (17:27 +0000)
committerEric Edgar <rocket@gentoo.org>
Thu, 23 Jun 2005 17:27:13 +0000 (17:27 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@222 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_compile.sh

index dddfed1074cc5430923dc21c590cba88a553282b..5d1a4cc673c66ed397c49a4054cba8f67ad76f8b 100644 (file)
@@ -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