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