7.9. Udev-128

The Udev package contains programs for dynamic creation of device nodes.

7.9.1. Installation of Udev

Prepare Udev for compilation:

./configure --prefix=/usr \
    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    --exec-prefix= --sysconfdir=/etc

Compile the package:

make

Install the package:

make DESTDIR=${CLFS} install

Details on this package are located in Section 10.52.2, “Contents of Udev.”