aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2007-04-16 19:34:38 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2007-04-16 19:34:38 +0000
commit8536c02ded36cddc06df1f8b3fbb6d2889f2e544 (patch)
treef19e066c3523b8ce3e97bc87ef85d6eff392e5b1 /chapter06
parentce33e5757d49964789b9642fb08e98211c1408dd (diff)
Upgrade to Udev-108. Fixes #1976.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8064 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/udev.xml13
1 files changed, 3 insertions, 10 deletions
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</userinput></screen>
<para>Compile the package:</para>
-<screen><userinput>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"</userinput></screen>
+<screen><userinput>make EXTRAS="`echo extras/*/`"</userinput></screen>
<variablelist>
<title>The meaning of the make option:</title>
@@ -64,7 +61,7 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
<varlistentry>
<term><parameter>EXTRAS=...</parameter></term>
<listitem>
- <para>This builds several helper binaries that can aid in writing custom
+ <para>This builds the helper binaries that can aid in writing custom
Udev rules.</para>
</listitem>
</varlistentry>
@@ -79,11 +76,7 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
<para>Install the package:</para>
-<screen><userinput>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</userinput></screen>
+<screen><userinput>make DESTDIR=/ EXTRAS="`echo extras/*/`" install</userinput></screen>
<variablelist>
<title>The meaning of the make parameter:</title>