summaryrefslogtreecommitdiff
path: root/util-linux/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Completely rework the config system so that it no longer annoys me to work onEric Andersen2002-04-121-29/+9
| | | | | | | the busybox development tree. This eliminates the use of recursive make, and once again allows us to run 'make' in a subdirectory with the expected result. And things are now much faster too. Greatly improved IMHO... -Erik
* * include/applets.h (CONFIG_LOSETUP): New.Matt Kraai2002-03-201-0/+1
| | | | | | | * include/usage.h (losetup_trivial_usage, losetup_full_usage): New. * util-linux/Makefile: Add losetup.o. * util-linux/config.in: Add losetup prompt. * util-linux/losetup.c: New.
* Introduce od and hexdump appletsGlenn L McGrath2001-11-021-0/+1
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-0/+48
-Erik