From 1e2e8dcce3439a36bc83134c92daa76e1bd72a06 Mon Sep 17 00:00:00 2001 From: Eric Edgar Date: Fri, 6 Jan 2006 20:14:09 +0000 Subject: [PATCH] udev compile change from runtask to utils git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@348 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- gen_compile.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gen_compile.sh b/gen_compile.sh index a0a5e56..85b65a9 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -790,12 +790,12 @@ compile_udev() { if [ "${ARCH}" = 'um' ] then - compile_generic "EXTRAS=\"${extras}\" ARCH=um USE_KLIBC=true KLCC=${TEMP}/klibc-build/bin/klcc USE_LOG=false DEBUG=false udevdir=/dev all" runtask + compile_generic "EXTRAS=\"${extras}\" ARCH=um USE_KLIBC=true KLCC=${TEMP}/klibc-build/bin/klcc USE_LOG=false DEBUG=false udevdir=/dev all" utils elif [ "${ARCH}" = 'sparc64' ] then - compile_generic "EXTRAS=\"${extras}\" ARCH=sparc64 CROSS=sparc64-unknown-linux-gnu- USE_KLIBC=true KLCC=${TEMP}/klibc-build/bin/klcc USE_LOG=false DEBUG=false udevdir=/dev all" runtask + compile_generic "EXTRAS=\"${extras}\" ARCH=sparc64 CROSS=sparc64-unknown-linux-gnu- USE_KLIBC=true KLCC=${TEMP}/klibc-build/bin/klcc USE_LOG=false DEBUG=false udevdir=/dev all" utils else - compile_generic "EXTRAS=\"${extras}\" USE_KLIBC=true KLCC=${TEMP}/klibc-build/bin/klcc USE_LOG=false DEBUG=false udevdir=/dev all" runtask + compile_generic "EXTRAS=\"${extras}\" USE_KLIBC=true KLCC=${TEMP}/klibc-build/bin/klcc USE_LOG=false DEBUG=false udevdir=/dev all" utils fi @@ -806,8 +806,8 @@ 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" runtask - compile_generic "EXTRAS=\"${extras}\" DESTDIR=${TEMP}/udev install-bin" runtask + compile_generic "EXTRAS=\"${extras}\" DESTDIR=${TEMP}/udev install-config" utils + compile_generic "EXTRAS=\"${extras}\" DESTDIR=${TEMP}/udev install-bin" utils 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" -- 2.26.2