X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=README;h=9891c696d374c95765dabc307dbb37db57bc106c;hb=5bd4c5d72aa69c8d0b722630fd88e29c4a42662a;hp=5dc1e46c8969d2cf6d0065e733a5b25f840fafeb;hpb=d47fd445bd9ade720776f661a4ad7c4b2202d6f0;p=elogind.git diff --git a/README b/README index 5dc1e46c8..9891c696d 100644 --- a/README +++ b/README @@ -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.