Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-07 | Merge libudev, udev, and the unconditional extras in a single Makefile.am. | Diego Elio 'Flameeyes' Pettenò | |
Instead of using multiple recursive Makefile.am files, use a single Makefile.am that sets and builds all the basic suite of libraries and binaries for udev. This reduces the number of files in the source tree, and also reduces drastically the build time when using parallel-make. With this setup, all the compile steps will be executed in parallel, and just the linking stage will be (partially) serialised on the libraries creation. | |||
2009-07-25 | make: build internal tools against libudev-private.la | Kay Sievers | |
2009-06-17 | cleanup ./configure installation directory options | Kay Sievers | |
2009-06-08 | libudev: move to top-level directory | Kay Sievers | |
2008-12-06 | make: do not delete autotools generated file with distclean | Kay Sievers | |
[...] running the command `make maintainer-clean' should not delete `configure' even if `configure' can be remade using a rule in the Makefile. More generally, `make maintainer-clean' should not delete anything that needs to exist in order to run `configure' and then begin to build the program. This is the only exception; `maintainer-clean' should delete everything else that can be rebuilt. | |||
2008-10-18 | pass make distcheck | Kay Sievers | |
2008-10-17 | collect: use udev_list | Kay Sievers | |
2008-09-19 | always include config.h from Makefile | Kay Sievers | |
2008-07-30 | use autotools | Kay Sievers | |