aboutsummaryrefslogtreecommitdiff
path: root/INSTALL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - typo s/allbaseconfig/allbareconfig/aldot2006-05-191-1/+1
| | | | | | | I thought Robert Day pointed this out, but i cannot find the mail in the archives.. git-svn-id: svn://busybox.net/trunk/busybox@15134 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update documentation.landley2006-03-131-25/+36
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14529 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fixes parallel builds (make -j)aldot2006-03-011-7/+14
| | | | | | | - use less resources for the buildsystem itself git-svn-id: svn://busybox.net/trunk/busybox@14407 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Install links patch from Yann E. Morin. (Another thing hanging around in mylandley2005-12-021-5/+10
| | | | | | | tree forever. Tweaked the docs a bit.) git-svn-id: svn://busybox.net/trunk/busybox@12647 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fluff out INSTALL a bit.landley2005-10-091-34/+82
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11821 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Note that directories for make have to be given as absolute paths.aldot2005-10-071-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11802 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix building out-of-tree;aldot2005-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. git-svn-id: svn://busybox.net/trunk/busybox@11762 69ca8d6d-28ef-0310-b511-8ec308f3f277
* update for newer build systemvapier2005-09-161-9/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11473 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@8630 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-4/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@7061 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Latest patch from vodz: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 git-svn-id: svn://busybox.net/trunk/busybox@3645 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add installation instructions from Tomas Pospisek <tpo_hp@sourcepole.ch>.kraai2001-05-101-0/+8
git-svn-id: svn://busybox.net/trunk/busybox@2597 69ca8d6d-28ef-0310-b511-8ec308f3f277