aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Acknowledge contributions of Pavel Roskin, and fix doc buildingandersen2000-06-021-2/+4
| | | | | | | | so the html goes into the website directory. -Erik git-svn-id: svn://busybox.net/trunk/busybox@590 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More libc portability updates, add in the website (which has not beenerik2000-05-191-1/+1
| | | | | | | | archived previously). Wrote 'which' during the meeting today. -Erik git-svn-id: svn://busybox.net/trunk/busybox@558 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some updates for better portability.erik2000-05-161-8/+10
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@551 69ca8d6d-28ef-0310-b511-8ec308f3f277
* So much for my evil optimization. Doesn't seem to work. Will testerik2000-05-131-7/+11
| | | | | | | | more on it later. -Erik git-svn-id: svn://busybox.net/trunk/busybox@534 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-121-1/+1
| | | | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik git-svn-id: svn://busybox.net/trunk/busybox@532 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some experimental stuff (work in progress). heheh.erik2000-05-121-28/+10
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@531 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * cp -fa now works as expected for symlinks (it didn't before)erik2000-05-101-1/+1
| | | | | | | | | * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik git-svn-id: svn://busybox.net/trunk/busybox@530 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sensibly put the docs under the docs directory.erik2000-05-031-7/+7
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@520 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove BB_FEATURE_REMOUNT (small, and should always be present)erik2000-05-031-4/+20
| | | | | | | | | and fix documentation dependancy checks, so it is only built when it should be built. -Erik git-svn-id: svn://busybox.net/trunk/busybox@519 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make the dependancies on the docs work properlyerik2000-05-021-6/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@516 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More stufferik2000-05-021-3/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@515 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Latest and greatest. Some effort at libc5 (aiming towards newlib)erik2000-04-281-2/+5
| | | | | | | | compatability. -Erik git-svn-id: svn://busybox.net/trunk/busybox@499 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some more updates and such...erik2000-04-211-4/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@493 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More Doc updates. cmdedit and more termio fixes.erik2000-04-211-3/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@492 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix the makefile so docs get builterik2000-04-191-4/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@484 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More minor updates to docs (and making apps behave as the docserik2000-04-191-1/+1
| | | | | | | | suggest they should) -Erik git-svn-id: svn://busybox.net/trunk/busybox@483 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make ps accept (and ignore) all options (--help works of course).erik2000-04-191-2/+2
| | | | | | | | tar now works with or without the leading "-" on the options. -Erik git-svn-id: svn://busybox.net/trunk/busybox@482 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reset DODEBUG to falsejimg2000-04-181-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@476 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More little stuff.erik2000-04-181-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@475 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updateserik2000-04-181-4/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@472 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - grep -v ^\.PHONY < Makefilebeppu2000-04-171-6/+0
| | | | | | | | | | + busybox.def.h BB_FEATURE_TRIVIAL_HELP + uname.c has an example of how BB_FEATURE_TRIVIAL_HELP is to be applied. git-svn-id: svn://busybox.net/trunk/busybox@471 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bugfixes.erik2000-04-171-3/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@468 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - got rid of the .PHONY: docs, because I didn't want it tobeppu2000-04-171-1/+0
| | | | | | | | | | | | | 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"? git-svn-id: svn://busybox.net/trunk/busybox@464 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + added a .PHONY: docsbeppu2000-04-171-1/+2
| | | | | | | target git-svn-id: svn://busybox.net/trunk/busybox@461 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Turn off debuggingerik2000-04-151-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@458 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + VERSION wasn't being propagated to the sub-make happening in docs/beppu2000-04-131-1/+2
| | | | | | | so I exported VERSION and invoked make with a -C docs git-svn-id: svn://busybox.net/trunk/busybox@452 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More doc updates for BusyBox, with fixes to apps for bugs revealederik2000-04-131-2/+6
| | | | | | | | while trying to write docs . :-) -Erik git-svn-id: svn://busybox.net/trunk/busybox@451 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More minor patcheserik2000-04-091-3/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@443 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This makes tar work perfectly, and adds in "--exclude" as an optionerik2000-04-091-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@442 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Latest and greatesterik2000-04-081-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@440 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix time stamp styleerik2000-04-061-2/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@434 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Turn off static linking. Duh.erik2000-04-061-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@433 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The new tar for busybox is now done, and works just fineerik2000-03-241-0/+2
| | | | | | | | for extracting files. Creation of tarballs is next... -Erik git-svn-id: svn://busybox.net/trunk/busybox@421 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more minor fixeserik2000-03-191-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@413 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. I left debugging turned on...erik2000-03-061-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@391 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyerik2000-03-041-1/+1
| | | | | | | | | ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik git-svn-id: svn://busybox.net/trunk/busybox@387 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor makefile and todo updateserik2000-02-291-3/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@385 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some updates for the day,erik2000-02-181-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@373 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updateserik2000-02-111-14/+33
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@368 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed the init problem where it wouldn't unmount filesystemserik2000-02-091-1/+1
| | | | | | | | on reboot. Also fixed swapoff -a so it works. -Erik git-svn-id: svn://busybox.net/trunk/busybox@358 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few minor updates. ;-)erik2000-02-071-47/+62
| | | | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik git-svn-id: svn://busybox.net/trunk/busybox@351 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some busybox updates. You no longer _have_ to put a "-" in front of tarerik2000-01-231-19/+3
| | | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@328 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sync up busybox with the latest and greatest. This is not stuff forerik2000-01-151-3/+19
| | | | | | | | the Embedix release. -Erik git-svn-id: svn://busybox.net/trunk/busybox@309 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug fixes.erik2000-01-131-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@303 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. left debug on.erik2000-01-081-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@297 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix cp and mv so 'cp foo/README bar' where foo and bar are directories,erik2000-01-081-1/+1
| | | | | | | | and README is a file. -Erik git-svn-id: svn://busybox.net/trunk/busybox@296 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More adjustmentserik2000-01-071-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@292 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Init is now even more perfect then before.erik2000-01-071-5/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@290 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The latest and greatest. init basically works, though needserik2000-01-051-1/+1
| | | | | | | | | a minor inittab design change to accomodate specifying the device to run each process on. -Erik git-svn-id: svn://busybox.net/trunk/busybox@279 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bunches of fixes. Typos, bugs, etc.erik2000-01-041-1/+1
| | | | | | | | | Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik git-svn-id: svn://busybox.net/trunk/busybox@276 69ca8d6d-28ef-0310-b511-8ec308f3f277