From: Tim Yamin Date: Mon, 27 Jun 2005 21:56:46 +0000 (+0000) Subject: Update udev and fix for SPARC64. X-Git-Tag: v3.4.10.902~519 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5114c482f28fcd36b028b9b6b7fa27c9039df01;p=genkernel.git Update udev and fix for SPARC64. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@233 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/gen_compile.sh b/gen_compile.sh index 5d1a4cc..88b53b9 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -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 diff --git a/genkernel b/genkernel index 48c8fdc..605ec7d 100755 --- 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. diff --git a/genkernel.conf b/genkernel.conf index 8955c40..f9ad233 100755 --- a/genkernel.conf +++ b/genkernel.conf @@ -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 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 index 0000000..41568c1 Binary files /dev/null and b/pkg/udev-058.tar.bz2 differ