aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2000-06-02Acknowledge contributions of Pavel Roskin, and fix doc buildingEric Andersen
so the html goes into the website directory. -Erik
2000-05-19More libc portability updates, add in the website (which has not beenErik Andersen
archived previously). Wrote 'which' during the meeting today. -Erik
2000-05-16Some updates for better portability.Erik Andersen
-Erik
2000-05-13So much for my evil optimization. Doesn't seem to work. Will testErik Andersen
more on it later. -Erik
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
2000-05-12Some experimental stuff (work in progress). heheh.Erik Andersen
-Erik
2000-05-10* cp -fa now works as expected for symlinks (it didn't before)Erik Andersen
* zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik
2000-05-03Sensibly put the docs under the docs directory.Erik Andersen
-Erik
2000-05-03Remove BB_FEATURE_REMOUNT (small, and should always be present)Erik Andersen
and fix documentation dependancy checks, so it is only built when it should be built. -Erik
2000-05-02Make the dependancies on the docs work properlyErik Andersen
-Erik
2000-05-02More stuffErik Andersen
-Erik
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen
compatability. -Erik
2000-04-21Some more updates and such...Erik Andersen
-Erik
2000-04-21More Doc updates. cmdedit and more termio fixes.Erik Andersen
2000-04-19Fix the makefile so docs get builtErik Andersen
-Erik
2000-04-19More minor updates to docs (and making apps behave as the docsErik Andersen
suggest they should) -Erik
2000-04-19make ps accept (and ignore) all options (--help works of course).Erik Andersen
tar now works with or without the leading "-" on the options. -Erik
2000-04-18Reset DODEBUG to falseJim Gleason
2000-04-18More little stuff.Erik Andersen
-Erik
2000-04-18UpdatesErik Andersen
-Erik
2000-04-17- grep -v ^\.PHONY < MakefileJohn Beppu
+ busybox.def.h BB_FEATURE_TRIVIAL_HELP + uname.c has an example of how BB_FEATURE_TRIVIAL_HELP is to be applied.
2000-04-17Bugfixes.Erik Andersen
-Erik
2000-04-17- got rid of the .PHONY: docs, because I didn't want it toJohn Beppu
generate the qw(man html txt) documentation every time I ran make. Unfortunately, "make docs" never amounts to anything, because make sees the docs/ directory and thinks, "oh, I don't have to do any work". Maybe the target should be "doc" to make it different from "docs"?
2000-04-17+ added a .PHONY: docsJohn Beppu
target
2000-04-15Turn off debuggingErik Andersen
-Erik
2000-04-13+ VERSION wasn't being propagated to the sub-make happening in docs/John Beppu
so I exported VERSION and invoked make with a -C docs
2000-04-13More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen
while trying to write docs . :-) -Erik
2000-04-09More minor patchesErik Andersen
-Erik
2000-04-09This makes tar work perfectly, and adds in "--exclude" as an optionErik Andersen
-Erik
2000-04-08Latest and greatestErik Andersen
-Erik
2000-04-06Fix time stamp styleErik Andersen
-Erik
2000-04-06Turn off static linking. Duh.Erik Andersen
-Erik
2000-03-24The new tar for busybox is now done, and works just fineErik Andersen
for extracting files. Creation of tarballs is next... -Erik
2000-03-19more minor fixesErik Andersen
-Erik
2000-03-06Oops. I left debugging turned on...Erik Andersen
-Erik
2000-03-04Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen
ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik
2000-02-29Minor makefile and todo updatesErik Andersen
-Erik
2000-02-18Some updates for the day,Erik Andersen
-Erik
2000-02-11UpdatesErik Andersen
-Erik
2000-02-09Fixed the init problem where it wouldn't unmount filesystemsErik Andersen
on reboot. Also fixed swapoff -a so it works. -Erik
2000-02-07A few minor updates. ;-)Erik Andersen
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
2000-01-23Some busybox updates. You no longer _have_ to put a "-" in front of tarErik Andersen
options, logger is better behaved and has a "-t" option now. init now supports the kernel chroot patch, so you can chroot to a new device and umount the old root. -Erik
2000-01-15Sync up busybox with the latest and greatest. This is not stuff forErik Andersen
the Embedix release. -Erik
2000-01-13Bug fixes.Erik Andersen
-Erik
2000-01-08Oops. left debug on.Erik Andersen
-Erik
2000-01-08Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,Erik Andersen
and README is a file. -Erik
2000-01-07More adjustmentsErik Andersen
-Erik
2000-01-07Init is now even more perfect then before.Erik Andersen
-Erik
2000-01-05The latest and greatest. init basically works, though needsErik Andersen
a minor inittab design change to accomodate specifying the device to run each process on. -Erik
2000-01-04Bunches of fixes. Typos, bugs, etc.Erik Andersen
Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik