aboutsummaryrefslogtreecommitdiffstats
path: root/make/util-linux.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-75/+0
| | | | directory.
* prune info/man pagesMike Frysinger2004-10-081-2/+2
|
* make sure build uses $TARGET_CFLAGS and the install worksMike Frysinger2004-10-081-2/+8
|
* new debian patchMike Frysinger2004-10-081-1/+1
|
* Update to what I'm currently using. Lots of changes...Manuel Novoa III2004-09-031-1/+1
| | | | | | | 1) Allow selection of binutils/gcc/gdb/kernel headers to build, although some of the older tool patches probably need updating. 2) Rework gdb build so that remote debugging now works with gdbserver. 3) Misc. other package updates.3) Misc. other package updates.3) Misc. other package updates.
* Begin to sortof make this work...Eric Andersen2004-03-101-6/+12
|
* Fixup util-linux so it actually compilesEric Andersen2003-12-031-0/+1
|
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-2/+2
| | | | installed. If not, we will now build our own version.
* Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen2003-11-181-2/+2
| | | | | with lots of unwanted backup files with the letter "e" appended. -Erik
* By popular demand, use 'sed' rather than 'perl' for doingEric Andersen2003-11-131-2/+2
| | | | | | search and replace stuff. Hopefully we do not have any perl specific regexs that will be broken by this change, but it seems to be working thus far anyways,
* Thomas Cameron writes:Eric Andersen2003-11-121-0/+2
| | | | | | this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch.
* Add support for enabling use of libintl.Manuel Novoa III2003-09-031-1/+1
| | | | | | | | Add support for libstd++ in full locale mode, and remove the need for config hacks when using uClibc stub locale support. TODO -- gdb intl support is still broken. uClibc should auto-download the pregenerated locale data
* Add util-linux, from Claus Rosenberger, with minor changes from meEric Andersen2003-03-101-0/+60