aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move unzip, gz_open, gz_close to libbbbug12001-04-111-7/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2307 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move deb_extract() to libbb, dpkg now independent of dpkg-debbug12001-04-111-7/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2306 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.cbug12001-04-111-10/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2305 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up the uClibc compiler name (its format was recently changed slightly)andersen2001-04-101-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2297 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply Vladimir's latest cleanup patch.andersen2001-04-091-1/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2288 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump version number to 0.51andersen2001-04-091-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2287 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use docs/autodocifier.pl to merge POD togetherbeppu2001-04-051-1/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2260 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some further syscall adjustments. Split the module syscalls out ofandersen2001-04-051-1/+1
| | | | | | | | | insmod and into libbb. Only enable them for libc5. glibc and uClibc don't need them. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2252 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Failed to name "Electric-fence" explicitlyandersen2001-04-041-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2245 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Seems that stupid libc5 doesn't implement daemon(), so conditionallyandersen2001-04-041-1/+1
| | | | | | | | inclde that here. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2242 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in easy-to-use electric-fence support.andersen2001-04-031-0/+10
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2234 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix for bug 1143 from Larry Doolittleandersen2001-04-031-2/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2230 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move the mtab support stuff into libbbandersen2001-04-011-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2229 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed the Makefile so busybox can link against libc5 again. Putting libbb.a atmarkw2001-03-271-1/+1
| | | | | | | the end broke it. git-svn-id: svn://busybox.net/trunk/busybox@2201 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump version number to 0.51preandersen2001-03-241-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2195 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A nice patch from Larry Doolittle that adds -Wshadow andandersen2001-03-211-1/+1
| | | | | | | cleans up most of the now-revealed problems. git-svn-id: svn://busybox.net/trunk/busybox@2177 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Split error messages into separate files.andersen2001-03-191-1/+4
| | | | | | | | | Update libbb.h, per suggestion from Vladimir, to include __attribute__((format (printf ...))) stuff -Erik git-svn-id: svn://busybox.net/trunk/busybox@2145 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files.andersen2001-03-191-2/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2140 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Convert utility.c into libbb.a. It is now a whole pile of .candersen2001-03-161-7/+29
| | | | | | | | files. Clean up the resulting damage and fix up the makefile. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2123 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix the make release target.andersen2001-03-161-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2119 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update files and version number prepratory to cutting a release.andersen2001-03-151-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2111 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use the system passwd and group stuff by defaultandersen2001-03-141-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2071 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the lash shell (hopefully the last time...) so things likeandersen2001-03-131-0/+1
| | | | | | | | | echo "foo bar" and echo -n "foo\t\\\\\tbar" work as expected. Merge prompt printing work from Vladimir. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2059 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Created new regression testing framework with a number of testcases (many moremarkw2001-03-101-1/+4
| | | | | | | | | can be added). Also changed 'test' target in makefile to run the new tester.sh. (Hopefully, we should be able to remove all the tests/*.mk files soon.) git-svn-id: svn://busybox.net/trunk/busybox@2036 69ca8d6d-28ef-0310-b511-8ec308f3f277
* patch from Larry to fix pristine source buildsandersen2001-03-091-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2026 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make sure libpwd.a is linked _last_ so it overrides the system pwd/grpandersen2001-03-051-4/+4
| | | | | | | implementation. It wasn't doing that as expected... git-svn-id: svn://busybox.net/trunk/busybox@1970 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Try to do a little better at documenting how to useandersen2001-03-051-0/+10
| | | | | | | alternate C libraries, thanks to David Douthitt. git-svn-id: svn://busybox.net/trunk/busybox@1969 69ca8d6d-28ef-0310-b511-8ec308f3f277
* libpwd was getting added twice.andersen2001-02-271-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1943 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Little patchlet to make linking against libc5 work a little bettermarkw2001-02-271-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1941 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up Makefile -- uClibc nfs works these daysandersen2001-02-221-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1889 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup the use of 'find' to prevent error msgs.andersen2001-02-201-4/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1866 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More updates.andersen2001-02-171-4/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1846 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the build system for pristine source directory builds. Thisandersen2001-02-171-40/+89
| | | | | | | | | update is primarily work done by Larry Doolittle, but I did some touchups of my own to make it work for me, -Erik git-svn-id: svn://busybox.net/trunk/busybox@1843 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make ar be crossed.andersen2001-02-161-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1834 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make usage.c depend on usage.handersen2001-02-141-0/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1808 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump rev to 0.50pre.andersen2001-02-141-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1801 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Chris Jaeger that makes turning on and off options in the makefilemarkw2001-02-021-6/+6
| | | | | | | | a bit less error prone by calling 'strip' on makefile vars before performing truth tests against them. git-svn-id: svn://busybox.net/trunk/busybox@1740 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply a patch from Larry Doolittle to add "-all" and "-none" switchesandersen2001-02-011-2/+1
| | | | | | | | | | to multibuild.pl. I did a little formatting adjustments to make it _very_ obvious when things stop working. I also removed the USE_PROCFS config option -- just do the right thing when USE_DEVPS_PATCH is enabled. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1739 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Larry Doolittle to reduce the chance that fussing with VPATH willandersen2001-01-311-1/+2
| | | | | | | | break cross-compilation. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1722 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-271-3/+2
| | | | | | | | a release. Update the website with release details. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1697 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-13/+8
| | | | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1695 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a patch to make busybox use the normal pwd.h and grp.handersen2001-01-271-1/+27
| | | | | | | | | functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1694 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. I am an idiot. Put CFLAGS_EXTRA back. Sorry 'bout that.andersen2001-01-241-0/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1658 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Larry Doolittle to close bug #1086.andersen2001-01-221-0/+8
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1632 69ca8d6d-28ef-0310-b511-8ec308f3f277
* All files include busybox.h, which includes applets.h, so the Makefilekraai2001-01-181-2/+2
| | | | | | | should reflect this. Thanks to Vladimir N. Oleynik for the idea. git-svn-id: svn://busybox.net/trunk/busybox@1617 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Show an example of how to compile with uClibc.andersen2001-01-161-2/+10
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1598 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump the version number to 0.49preandersen2000-12-201-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1484 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the version number to 0.48 (no longer pre).andersen2000-12-131-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1447 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix so cross compiling works again...andersen2000-12-121-5/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1439 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add a linker warning for symbol conflicts.andersen2000-12-111-5/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1417 69ca8d6d-28ef-0310-b511-8ec308f3f277