Update udev and fix for SPARC64.
authorTim Yamin <plasmaroo@gentoo.org>
Mon, 27 Jun 2005 21:56:46 +0000 (21:56 +0000)
committerTim Yamin <plasmaroo@gentoo.org>
Mon, 27 Jun 2005 21:56:46 +0000 (21:56 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@233 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_compile.sh
genkernel
genkernel.conf
pkg/udev-054.tar.bz2 [deleted file]
pkg/udev-058.tar.bz2 [new file with mode: 0644]

index 5d1a4cc673c66ed397c49a4054cba8f67ad76f8b..88b53b9ce891814a40b3de89bae022c587f9e9b9 100644 (file)
@@ -707,7 +707,7 @@ compile_udev() {
                        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
+                       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" runtask
                else
                        compile_generic "KERNEL_DIR=$KERNEL_DIR USE_KLIBC=true USE_LOG=false DEBUG=false udevdir=/dev all etc/udev/udev.conf" utils
                fi
index 48c8fdc058a9cfba77a56515455850c3efc35908..605ec7d071ba425985268cd7ee574eabd569fa81 100755 (executable)
--- a/genkernel
+++ b/genkernel
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Genkernel v3
 
-GK_V='3.2.0_pre12'
+GK_V='3.2.0_pre14'
 TEMP='/var/tmp/genkernel'
 TODEBUGCACHE=1 # Until an error occurs or DEBUGFILE is fully qualified.
 
index 8955c4076eab9b0301b720b5a1e22e0a1b0ea041..f9ad233fb0303c6636a545bd83b3534ad949c6cf 100755 (executable)
@@ -90,7 +90,7 @@ DEVFSD_DIR="devfsd"
 DEVFSD_BINCACHE="%%CACHE%%/devfsd-${DEVFSD_VER}-%%ARCH%%.bz2"
 DEVFSD_CONF_BINCACHE="%%CACHE%%/devfsd-conf-${DIETLIBC_VER}-%%ARCH%%.bz2"
 
-UDEV_VER="054"
+UDEV_VER="058"
 UDEV_DIR="udev-${UDEV_VER}"
 UDEV_SRCTAR="${GK_SHARE}/pkg/udev-${UDEV_VER}.tar.bz2"
 UDEV_BINCACHE="%%CACHE%%/udev-${UDEV_VER}-%%ARCH%%.tar.bz2"
diff --git a/pkg/udev-054.tar.bz2 b/pkg/udev-054.tar.bz2
deleted file mode 100644 (file)
index 9c200f6..0000000
Binary files a/pkg/udev-054.tar.bz2 and /dev/null differ
diff --git a/pkg/udev-058.tar.bz2 b/pkg/udev-058.tar.bz2
new file mode 100644 (file)
index 0000000..41568c1
Binary files /dev/null and b/pkg/udev-058.tar.bz2 differ