aboutsummaryrefslogtreecommitdiff
path: root/INSTALL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update documentation.Rob Landley2006-03-131-25/+36
|
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-7/+14
| | | | - use less resources for the buildsystem itself
* Install links patch from Yann E. Morin. (Another thing hanging around in myRob Landley2005-12-021-5/+10
| | | | tree forever. Tweaked the docs a bit.)
* Fluff out INSTALL a bit.Rob Landley2005-10-091-34/+82
|
* - Note that directories for make have to be given as absolute paths.Bernhard Reutner-Fischer2005-10-071-0/+2
|
* - fix building out-of-tree;Bernhard Reutner-Fischer2005-10-051-6/+42
| | | | | | | | | | | | | | | | | to test, checkout the source (let's assume /scratch/src/busybox), then mkdir /tmp/bb ; cd /tmp/bb make top_srcdir=/scratch/src/busybox O="$(pwd)" -f /scratch/src/busybox/Makefile allyesconfig check - default to O=$(pwd) if no O was specified. Now you can just specify the top_srcdir (without O=/somewhere) to create the obj-tree in pwd. - make "make configtarget buildtarget" work. Previously this didn't work due to how HAVE_DOT_CONFIG was evaluated. Two separate steps were needed before, e.g. make config ; make busybox. - remove some unneeded variables from Rules.mak (BB_SRC_DIR from Mr. ldoolitt@recycle.lbl) which suggest that the stuff fixed above didn't work before. - move selinux libraries to where they belong (from Makefile to Rules.mak) - update the docs to mention svn instead of cvs and provide an example for building out-of-tree in INSTALL.
* update for newer build systemMike Frysinger2005-09-161-9/+3
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
|
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-4/+11
|
* Latest patch from vodz:Eric Andersen2001-11-101-5/+10
| | | | | | | -- reverse resolve network name and cache in route and ifconfig applets, fix print nslookup server name if compile without uClibc, fix route crashe 'route add', fix warnings compile networking and pwd_grp applets
* Add installation instructions from Tomas Pospisek <tpo_hp@sourcepole.ch>.Matt Kraai2001-05-101-0/+8