diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-05 07:40:46 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-05 07:40:46 +0000 |
commit | a5f01fd78e6b2419c78a9604471c78c9a05e9e6b (patch) | |
tree | 2f116d1bedfb7bddc5d9be9c9d1829944703f388 /docs | |
parent | d7226cab5103e0551a1a44899ac1c4efa7f0aaad (diff) | |
download | busybox-w32-a5f01fd78e6b2419c78a9604471c78c9a05e9e6b.tar.gz busybox-w32-a5f01fd78e6b2419c78a9604471c78c9a05e9e6b.tar.bz2 busybox-w32-a5f01fd78e6b2419c78a9604471c78c9a05e9e6b.zip |
- fix building out-of-tree;
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
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions