chiark / gitweb /
[PATCH] better allow builds of extras programs under udev
authorpatmans@us.ibm.com <patmans@us.ibm.com>
Sun, 7 Dec 2003 17:04:49 +0000 (09:04 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:06 +0000 (21:13 -0700)
commiteadb1bbc2eece84d9aff79bf17e252106c37f355
tree3e55638271eb39b0a1953dcfc83319c1d3aa603f
parent1bed1db4994aae37f4a11e90dabcd8b4e3592686
[PATCH] better allow builds of extras programs under udev

Here is an improved version of the patch that enables builds of the extras
progams for the targets all, clean, install, and uninstall, and passes
down the "prefix" for use by install and uninstall.

This patch enables building of the "extras" programs using the same build
environment as udev (i.e. build with udev's versions of klibc and
sysfsutils).

For example, build scsi_id and udev via:

make EXTRAS=extras/scsi_id

Build scsi_id and udev with klibc via:

make KLIBC=true EXTRAS=extras/scsi_id
Makefile