1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-04 21:47:31 +03:00

add EXTRAS documentation to the README file.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg KH 2005-08-18 10:02:27 -07:00 committed by Greg Kroah-Hartman
parent 24a12dcbb8
commit da4aec2fb4

7
README
View File

@ -60,11 +60,18 @@ To use:
This is used if USE_KLIBC=true to find the kernel include
directory that klibc needs to build against. This must be set
if you are not building udev while running a 2.6 kernel.
EXTRAS
if set, will build the "extra" helper programs as specified
as listed (see below for an example.)
So, if you want to build udev using klibc with debugging messages, you
would do:
make USE_KLIBC=true DEBUG=true
If you want to build the udev helper program cdrom_id and scsi_id you
would do:
make EXTRAS="extras/cdrom_id extras/scsi_id"
udev will follow the setting of the debug level in udev.conf. Adapt this
value to see the debug in syslog.