| Commit message (Expand) | Author | Age | Files | Lines |
* | build: BSD compile fixes | nbd | 2013-03-07 | 1 | -1/+1 |
* | build: fix host build stampfile usage, fixes spurious errors with missing opk... | nbd | 2012-10-15 | 1 | -24/+13 |
* | build: add the + token to any commands that can pass through the jobserver, f... | nbd | 2012-09-23 | 1 | -2/+2 |
* | host-build: add HOST_MAKE_FLAGS similar to package MAKE_FLAGS | nbd | 2012-09-22 | 1 | -1/+5 |
* | build: ensure that package/host-build build system code does not run in paral... | nbd | 2012-09-17 | 1 | -0/+2 |
* | build: add jobserver support for host builds | nbd | 2012-09-15 | 1 | -1/+7 |
* | [buildroot] do not pass optimization flags in HOST_CPPFLAGS (#12153) | jow | 2012-09-09 | 1 | -1/+1 |
* | [buildroot] introduce a menuconfig option to turn off static linking of host ... | jow | 2012-08-13 | 1 | -1/+3 |
* | [include] host-build.mk: define a variable HOST_STATIC_LINKING which is set t... | jow | 2012-08-12 | 1 | -0/+4 |
* | build: add PKG_MIRROR_MD5SUM support for host builds | nbd | 2012-06-06 | 1 | -0/+1 |
* | tools: clean up Makefiles / make ccache work | blogic | 2012-01-15 | 1 | -0/+1 |
* | add a missing wrapper for the refresh target for host builds | nbd | 2011-01-28 | 1 | -0/+1 |
* | [include] | jow | 2010-12-13 | 1 | -1/+11 |
* | use PREFIX/bin instead of PREFIX/sbin for all host builds (fixes e2fsprogs path) | nbd | 2010-11-22 | 1 | -1/+2 |
* | deptest: Install of host tools has to be forced for every test, because the h... | mb | 2010-11-03 | 1 | -2/+2 |
* | Fix typo | mb | 2010-10-16 | 1 | -2/+2 |
* | Support force-disabling per-package parallel build with {PKG,HOST}_BUILD_PARA... | mb | 2010-10-16 | 1 | -1/+7 |
* | Add an option to default the default build rule to parallel build. | mb | 2010-08-20 | 1 | -1/+1 |
* | Also support parallel build for host-packages | mb | 2010-08-18 | 1 | -1/+3 |
* | this patch fixes toolchain parallel build, which reduces build time. | thepeople | 2010-03-05 | 1 | -2/+2 |
* | Prevent unnecessary host package rebuilds. | lars | 2010-01-03 | 1 | -11/+14 |
* | use $(HOST_CFLAGS) when not cross-compiling. Thanks Daniel Gimpelevich | agb | 2009-10-30 | 1 | -0/+1 |
* | host build: do not hide the configure command | nbd | 2009-09-25 | 1 | -1/+1 |
* | fix a typo that prevented host build specific variable exports from working | nbd | 2009-04-30 | 1 | -2/+2 |
* | add missing bits from [15451] | nico | 2009-04-27 | 1 | -2/+2 |
* | clean up automake/pkg-config handling, move separate host/package variable ex... | nbd | 2009-04-22 | 1 | -2/+10 |
* | move pkg config stuff to per-target exports to prevent interference with host... | nbd | 2009-04-20 | 1 | -0/+2 |
* | add a default template for Host/Install | nbd | 2009-04-06 | 1 | -0/+9 |
* | fix calling the update target for host-only builds | nbd | 2009-03-23 | 1 | -0/+1 |
* | fix quilt variable and stampfile usage for host builds | nbd | 2009-03-17 | 1 | -3/+5 |
* | add PKG_HOST_ONLY variable to prevent target builds | nbd | 2009-03-17 | 1 | -1/+1 |
* | move host build in packages into a separate namespace: package/<name>/host/<t... | nbd | 2009-03-17 | 1 | -5/+11 |
* | make the compile: host-install dependency independent of the order in which t... | nbd | 2009-03-12 | 1 | -2/+3 |
* | enable Host/Install on compile: if package.mk is included | nbd | 2009-03-12 | 1 | -1/+1 |
* | readd $(HOST_CONFIGURE_VARS) to Host/Configure/Default, missed in r14699 | agb | 2009-03-02 | 1 | -5/+6 |
* | adjust host-build.mk to bring it closer to package.mk | nbd | 2009-02-28 | 1 | -19/+25 |
* | allow concurrent use of host-build.mk and package.mk as well as their templates | nbd | 2009-02-22 | 1 | -15/+20 |
* | eliminate redundancy by creating the quilt_used stampfile in the right place | nbd | 2009-02-22 | 1 | -1/+0 |
* | build system refactoring in preparation for allowing packages to do host-buil... | nbd | 2009-02-22 | 1 | -48/+48 |
* | allow cvs/git/hg/svn wrap_mirror to work for host tools as well | nico | 2008-11-22 | 1 | -1/+2 |
* | fixes for refresh/update handling | nbd | 2007-09-29 | 1 | -0/+1 |
* | move a stampfile to make it easier to override the patch template | nbd | 2007-09-29 | 1 | -0/+1 |
* | Refactor downloading code into download.mk | nbd | 2007-09-29 | 1 | -14/+11 |
* | fix spontaneous rebuilds caused by make package/<name>/update with quilt | nbd | 2007-09-20 | 1 | -1/+1 |
* | clean up recursive dependency handling, use timestamp.pl again, because it sa... | nbd | 2007-08-30 | 1 | -3/+2 |
* | build system cleanup/restructuring as described in http://lists.openwrt.org/p... | nbd | 2007-08-07 | 1 | -18/+18 |
* | fix a rebuild bug related to quilt | nbd | 2007-07-30 | 1 | -2/+1 |
* | same for host builds | nbd | 2007-07-30 | 1 | -1/+1 |
* | next round of cleanup, convert target/ - make -j works now ;) | nbd | 2007-07-30 | 1 | -1/+2 |
* | use newer config.guess and config.sub for packages then the shipped ones | kaloz | 2007-06-08 | 1 | -0/+1 |