summaryrefslogtreecommitdiffstats
path: root/package/util-linux
Commit message (Collapse)AuthorAgeFilesLines
...
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* The configure script for this package is a hack at best. This patch"Steven J. Hill"2005-06-191-5/+27
| | | | | | | | fixes an issues with the Linux header file 'include/linux/cyclades.h' that gets tested to determine whether or not the 'tqueue' data structure is needed or not. The newer version of it added new types that require 'include/linux/compiler.h' to be included in order for the test to succeed/fail properly. Please, someone shoot me.
* Add patches for GCC-4.x so that packages will build properly."Steven J. Hill"2005-05-031-0/+57
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* fixup util-linux compileEric Andersen2005-01-121-0/+31
|
* 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
* help textMike Frysinger2004-10-141-4/+5
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* facelift step number twoEric Andersen2004-10-092-1/+29
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+75
directory.