From bb92ee91bbfec389b6778962cf1775ffb7d1da3e Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 17 Apr 2006 14:26:57 +0000 Subject: [PATCH] Updated to *hopefully* work with udev 087. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@380 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- gen_compile.sh | 13 ++++++++++--- genkernel | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/gen_compile.sh b/gen_compile.sh index 2f01f90..2c8f88b 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -848,7 +848,7 @@ compile_udev() { cd "${UDEV_DIR}" local extras="extras/scsi_id extras/volume_id extras/ata_id extras/run_directory extras/usb_id extras/floppy extras/cdrom_id extras/firmware" - # No selinux support yet .. someday maybe + # No selinux support yet .. someday maybe #use selinux && myconf="${myconf} USE_SELINUX=true" print_info 1 'udev: >> Compiling...' # SPARC fixup @@ -883,8 +883,15 @@ compile_udev() { install -c etc/udev/gentoo/udev.rules "${TEMP}/udev/etc/udev/rules.d/50-udev.rules" || gen_die 'Could not copy gentoo udev.rules to 50-udev.rules' - compile_generic "EXTRAS=\"${extras}\" DESTDIR=${TEMP}/udev install-config" utils - compile_generic "EXTRAS=\"${extras}\" DESTDIR=${TEMP}/udev install-bin" utils +# compile_generic "EXTRAS=\"${extras}\" DESTDIR=${TEMP}/udev install-config" utils +# compile_generic "EXTRAS=\"${extras}\" DESTDIR=${TEMP}/udev install-bin" utils + # We are going to install our files by hand. Why are we doing this? + # Well, the udev ebuild does so, and I tend to think that Greg + # Kroah-Hartman knows what he's doing with regards to udev. + for i in udev udevd udevsend udevstart + do + install -D $i "${TEMP}/udev/sbin" + done install -c extras/ide-devfs.sh "${TEMP}/udev/etc/udev/scripts" install -c extras/scsi-devfs.sh "${TEMP}/udev/etc/udev/scripts" install -c extras/raid-devfs.sh "${TEMP}/udev/etc/udev/scripts" diff --git a/genkernel b/genkernel index edbd01b..7ce51fc 100755 --- a/genkernel +++ b/genkernel @@ -2,7 +2,7 @@ # Genkernel v3 PATH="/bin:/usr/bin:/sbin:/usr/sbin" -GK_V='3.3.11d' +GK_V='3.3.11e' TMPDIR='/var/tmp/genkernel' TODEBUGCACHE=1 # Until an error occurs or DEBUGFILE is fully qualified. -- 2.26.2