Details on this package are located in Section 10.20.3, “Contents of Util-linux.”
The Util-linux package contains miscellaneous utility programs. Among them are utilities for handling file systems, consoles, partitions, and messages.
Prepare Util-linux for compilation:
./configure --prefix=/tools \
    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    --disable-makeinstall-chown --disable-su --disable-login
        Compile the package:
make
Install the package:
make install
Details on this package are located in Section 10.20.3, “Contents of Util-linux.”