summaryrefslogtreecommitdiffstats
path: root/make/bzip2.mk
Commit message (Collapse)AuthorAgeFilesLines
* Major buildroot facelift, step one.Eric Andersen2004-10-091-1/+1
| | | | -Erik
* Prevent install from following symlinks and overwriting bin/busyboxEric Andersen2003-12-031-0/+2
|
* If building without large file support, hack the Makefiles appropriately.Manuel Novoa III2003-12-031-4/+4
|
* 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
* Fix a perl to sed conversion errorEric Andersen2003-11-141-1/+1
|
* 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,
* Do not blindly strip all symbols from from all libs. libpthreadEric Andersen2003-03-131-0/+1
| | | | | needs its symbols for pthread debugging to work. Let it be a local decision.
* Implement bzip2Eric Andersen2003-03-101-25/+63
|
* Add support for several new utilitiesEric Andersen2003-02-121-0/+45