aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGreg KH <greg@press.(none)>2005-08-18 10:02:27 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2005-08-18 10:02:27 -0700
commitda4aec2fb4e3c9f1f73a67a5e326c90220fb0c59 (patch)
tree01f6abc49afe213077102a3adec4c142ccc8e2af /README
parent24a12dcbb81e364723cee065d7471b4d03a9db86 (diff)
downloadudev-da4aec2fb4e3c9f1f73a67a5e326c90220fb0c59.tar.gz
add EXTRAS documentation to the README file.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 5dc1e46c..9891c696 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.