aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* oops, didn't mean to commit that last one... revertingtausq2000-12-071-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1395 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Write progress meter to stderr instead of stdouttausq2000-12-071-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1394 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Larry Doolittle so it will build the newdocs right.andersen2000-12-021-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1370 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More doc handling updatesandersen2000-12-011-7/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1368 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix yet another blunder. Create symlink correctly this time.andersen2000-12-011-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1366 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I forgot a "/". Oops.andersen2000-12-011-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1365 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More pristine source directory updates. It now worksandersen2000-12-011-7/+7
| | | | | | | | for me (including doing install). How about you? -Erik git-svn-id: svn://busybox.net/trunk/busybox@1364 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More updates for the Makefile to do BB_SRC_DIR. This isandersen2000-12-011-15/+48
| | | | | | | | primarily a patch from Larry Doolittle, but with updates from me to handle docs and link creation properly... git-svn-id: svn://busybox.net/trunk/busybox@1363 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch form Larry Doolittle <ldoolitt@recycle.lbl.gov> (in collaborationandersen2000-11-291-6/+15
| | | | | | | | | with Matt Kraai <kraai@alumni.carnegiemellon.edu>) to allow for a pristine source directory -- where all the .o files and such are not placed into the source tree. Thanks Larry! git-svn-id: svn://busybox.net/trunk/busybox@1347 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in -lgcc to add needed symbold when linking vs uclibc.andersen2000-10-271-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1258 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. I never committed this. Update version to 0.48pre...andersen2000-10-271-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1256 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1119 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Gratuitously changed the file "busybox.defs.h" to the moreandersen2000-09-251-3/+3
| | | | | | | | sensible and noticable "Config.h". -Erik git-svn-id: svn://busybox.net/trunk/busybox@1118 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update newdoc dependancyandersen2000-09-241-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1112 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix loop.h dependencies.kraai2000-09-221-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1092 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Decouple DODEBUG and DOSTATICandersen2000-09-211-15/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1088 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Large file >2Gib support.andersen2000-09-211-0/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1082 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More portable handling of loop header files, as done in util-linuxandersen2000-09-211-7/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1079 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor fix to clean targetandersen2000-08-011-3/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@933 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New variable WARNINGS to hold all warning optionsproski2000-07-281-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@922 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bump version number.andersen2000-07-211-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@896 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Adjusted install.sh to use relative symlinks, and to optionallyandersen2000-07-201-3/+6
| | | | | | | | create hardlinks. Added a makefile target to create hardlinks. -Erik git-svn-id: svn://busybox.net/trunk/busybox@887 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updated to add support for dmalloc, and adjusted for better crossandersen2000-07-191-10/+27
| | | | | | | | compiler support. -Erik git-svn-id: svn://busybox.net/trunk/busybox@876 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Extract usage information into a separate file.kraai2000-07-161-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@864 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Final updates for release.andersen2000-07-111-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@821 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed all trace of hand-tooled regexp routines. Bye bye, baby.markw2000-07-101-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@809 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added a rule to make tags files for vi(m).markw2000-07-101-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@808 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a dependancy bug for the docs.andersen2000-07-071-3/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@772 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update 'make release' to remove all the .#filename filesandersen2000-07-061-0/+5
| | | | | | | | the CVS leaves lying about... -Erik git-svn-id: svn://busybox.net/trunk/busybox@763 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix doc building so the dependancies work properly.andersen2000-07-061-28/+29
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@761 69ca8d6d-28ef-0310-b511-8ec308f3f277
* a few minor cleanups.andersen2000-07-061-1/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@746 69ca8d6d-28ef-0310-b511-8ec308f3f277