summaryrefslogtreecommitdiffstats
path: root/package/util-linux/util-linux.mk
Commit message (Collapse)AuthorAgeFilesLines
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-101-0/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* When both busybox and coreutils and/or util-linux are selected,Eric Andersen2004-12-271-0/+7
| | | | | | make certain that it is coreutils and/or util-linux that actually gets their utilities installed. -Erik
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* facelift step number twoEric Andersen2004-10-091-1/+1
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+75
directory.