From 8536c02ded36cddc06df1f8b3fbb6d2889f2e544 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 16 Apr 2007 19:34:38 +0000 Subject: Upgrade to Udev-108. Fixes #1976. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8064 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'chapter06/udev.xml') diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 70da75ca7..616e8720e 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -53,10 +53,7 @@ ln -sv /proc/kcore /lib/udev/devices/core Compile the package: -make EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \ - extras/firmware extras/floppy extras/path_id \ - extras/rule_generator extras/scsi_id extras/usb_id \ - extras/volume_id" +make EXTRAS="`echo extras/*/`" The meaning of the make option: @@ -64,7 +61,7 @@ ln -sv /proc/kcore /lib/udev/devices/core EXTRAS=... - This builds several helper binaries that can aid in writing custom + This builds the helper binaries that can aid in writing custom Udev rules. @@ -79,11 +76,7 @@ ln -sv /proc/kcore /lib/udev/devices/core Install the package: -make DESTDIR=/ \ - EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \ - extras/firmware extras/floppy extras/path_id \ - extras/rule_generator extras/scsi_id \ - extras/usb_id extras/volume_id" install +make DESTDIR=/ EXTRAS="`echo extras/*/`" install The meaning of the make parameter: -- cgit v1.2.3-54-g00ecf