Fix missing elif

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@221 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Eric Edgar 20 years ago
parent 95fd618ed7
commit 5549557c11

@ -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

Loading…
Cancel
Save