Commit Graph

9 Commits

Author SHA1 Message Date
Eric Andersen 435a4f723a Prevent install from following symlinks and overwriting bin/busybox 2003-12-03 17:18:41 +00:00
Manuel Novoa III 77050ddd2b If building without large file support, hack the Makefiles appropriately. 2003-12-03 01:16:29 +00:00
Eric Andersen 4f889ada56 automatically detect if we have a usable version of sed
installed.  If not, we will now build our own version.
2003-11-19 17:17:56 +00:00
Eric Andersen 79c815622a Change 'sed -ie' to 'sed -i -e' to avoid littering the build
with lots of unwanted backup files with the letter "e" appended.
 -Erik
2003-11-18 07:18:26 +00:00
Eric Andersen 5343886e9e Fix a perl to sed conversion error 2003-11-14 09:44:08 +00:00
Eric Andersen 620dd7c5fd By popular demand, use 'sed' rather than 'perl' for doing
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-11-13 06:02:20 +00:00
Eric Andersen 9c636934a0 Do not blindly strip all symbols from from all libs. libpthread
needs its symbols for pthread debugging to work.  Let it be a
local decision.
2003-03-13 20:30:07 +00:00
Eric Andersen 18e7cb41a1 Implement bzip2 2003-03-10 20:48:19 +00:00
Eric Andersen 089db85919 Add support for several new utilities 2003-02-12 10:40:28 +00:00