summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2005-04-26[PATCH] pull some klibc stuff into the make Makefile to try to stay in sync.greg@kroah.com
2005-04-26[PATCH] 005 releaseudev/v005greg@kroah.com
2005-04-26[PATCH] get 'make release' to work properly again.greg@kroah.com
2005-04-26[PATCH] build tdb and libsysfs from the same makefile as udev.greg@kroah.com
This fixes problem of libsysfs and tdb getting build with different gcc options as the rest of udev.
2005-04-26[PATCH] makefile fix for now.greg@kroah.com
2005-04-26[PATCH] hm, makefile bug with so many files... will fix later...greg@kroah.com
2005-04-26[PATCH] rename namedev.permissions and namedev.config to udev.permissions ↵greg@kroah.com
and udev.config the namedev name didn't really make much sense anymore...
2005-04-26[PATCH] more warning flags to the build.greg@kroah.com
2005-04-26[PATCH] change version to 004_bkgreg@kroah.com
2005-04-26[PATCH] 004 releaseudev/v004greg@kroah.com
2005-04-26[PATCH] ok, rpm likes the "_" character instead of "-" better...greg@kroah.com
2005-04-26[PATCH] change the version to 003-bk to keep things sane with people using ↵greg@kroah.com
the bk tree.
2005-04-26[PATCH] fix makefile release rule to not drop tdb.h file.greg@kroah.com
2005-04-26[PATCH] copyright updates.greg@kroah.com
2005-04-26[PATCH] added uninstall supportgreg@kroah.com
2005-04-26[PATCH] added install target for makefile so people don't have to do it by ↵greg@kroah.com
hand anymore.
2005-04-26[PATCH] put config files and database in /etc/udev by defaultgreg@kroah.com
Can be overridden on the makefile line.
2005-04-26[PATCH] merge tdb into the build process.greg@kroah.com
2005-04-26[PATCH] udev/libsysfs cross compile fixeslethal@linux-sh.org
I noticed that libsysfs doesn't inherently grab cross compilation arguments that are set in the top-level Makefile, so I've come up with the following patch to fix this. With the patch, I can succesfully cross compile for other architectures (such as sh) by doing 'make ARCH=sh CROSS=sh-linux-' in the top-level directory.
2005-04-26[PATCH] added 0.2 change log info.udev/v002greg@kroah.com
2005-04-26[PATCH] split udev main logic into udev-add and udev-remove.greg@kroah.com
2005-04-26[PATCH] added libsysfs to the build.greg@kroah.com
2005-04-26[PATCH] Initial namedev parsing of config filesgreg@kroah.com
.permission parsing works, .config needs more work.
2005-04-26[PATCH] added more documentation in README and TODO files.greg@kroah.com
2005-04-26[PATCH] cleaned up the makefile a bit.greg@kroah.com
2005-04-26[PATCH] enabled debugging.greg@kroah.com
2005-04-26added initial files.Greg KH