Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -86/+0 |
| | | | | directory. | ||||
* | Major buildroot facelift, step one. | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Prevent install from following symlinks and overwriting bin/busybox | Eric Andersen | 2003-12-03 | 1 | -0/+2 |
| | |||||
* | If building without large file support, hack the Makefiles appropriately. | Manuel Novoa III | 2003-12-03 | 1 | -4/+4 |
| | |||||
* | automatically detect if we have a usable version of sed | Eric Andersen | 2003-11-19 | 1 | -2/+2 |
| | | | | installed. If not, we will now build our own version. | ||||
* | Change 'sed -ie' to 'sed -i -e' to avoid littering the build | Eric Andersen | 2003-11-18 | 1 | -2/+2 |
| | | | | | with lots of unwanted backup files with the letter "e" appended. -Erik | ||||
* | Fix a perl to sed conversion error | Eric Andersen | 2003-11-14 | 1 | -1/+1 |
| | |||||
* | By popular demand, use 'sed' rather than 'perl' for doing | Eric Andersen | 2003-11-13 | 1 | -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. libpthread | Eric Andersen | 2003-03-13 | 1 | -0/+1 |
| | | | | | needs its symbols for pthread debugging to work. Let it be a local decision. | ||||
* | Implement bzip2 | Eric Andersen | 2003-03-10 | 1 | -25/+63 |
| | |||||
* | Add support for several new utilities | Eric Andersen | 2003-02-12 | 1 | -0/+45 |