| Commit message (Expand) | Author | Age | Files | Lines |
* | build: stop overriding STAGING_DIR_HOST for toolchain build | Felix Fietkau | 2017-05-25 | 1 | -1/+1 |
* | build: fix STAMP_PREPARED with quilt | Felix Fietkau | 2017-03-22 | 1 | -1/+1 |
* | build: improve performance by avoiding lazy-eval for make shell calls | Felix Fietkau | 2017-03-16 | 1 | -1/+1 |
* | build: get rid of host.mk | Felix Fietkau | 2017-02-26 | 1 | -1/+0 |
* | build: make Host/Install/Default use Host/Compile/Default with an extra argument | Felix Fietkau | 2017-02-09 | 1 | -1/+1 |
* | build: support make tools/<name>/install again | Felix Fietkau | 2017-02-09 | 1 | -0/+1 |
* | build: fix CONFIG_AUTOREMOVE for packages with multiple variants | Felix Fietkau | 2017-01-22 | 1 | -2/+7 |
* | build: disable CONFIG_AUTOREMOVE for packages/tools where QUILT is used | Felix Fietkau | 2017-01-19 | 1 | -3/+5 |
* | build: include CONFIG_AUTOREMOVE in HOST_STAMP_PREPARED | Felix Fietkau | 2017-01-19 | 1 | -1/+1 |
* | build: extend CONFIG_AUTOREMOVE to tools/ | Felix Fietkau | 2017-01-18 | 1 | -0/+6 |
* | build: remove separate /install step for host builds | Felix Fietkau | 2017-01-18 | 1 | -2/+1 |
* | build: introduce extra targets that contain only proper dependencies | Felix Fietkau | 2017-01-18 | 1 | -4/+4 |
* | build: define common subdir targets in rules.mk | Felix Fietkau | 2017-01-18 | 1 | -13/+4 |
* | build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory... | Matthias Schiffer | 2017-01-18 | 1 | -1/+1 |
* | build: properly pass CPP and CXX flags in HOST_MAKE_VARS | Jo-Philipp Wich | 2017-01-17 | 1 | -1/+2 |
* | build: introduce default HOST_MAKE_VARS for host-builds | Alexandru Ardelean | 2017-01-17 | 1 | -1/+7 |
* | build: fix HOST_CONFIGURE_VARS placement | Jo-Philipp Wich | 2017-01-10 | 1 | -2/+2 |
* | build: remove obsolete parallel build related options | Felix Fietkau | 2017-01-10 | 1 | -7/+2 |
* | Revert "build: fix HOST_CONFIGURE_VARS placement" | Jo-Philipp Wich | 2017-01-05 | 1 | -1/+1 |
* | build: fix HOST_CONFIGURE_VARS placement | Jo-Philipp Wich | 2017-01-05 | 1 | -1/+1 |
* | host-build: remove openssl include path from host cflags | Felix Fietkau | 2017-01-05 | 1 | -5/+0 |
* | build: add defaults for PKG_SOURCE, PKG_SOURCE_SUBDIR, PKG_VERSION | Felix Fietkau | 2016-12-22 | 1 | -1/+2 |
* | build: implement make check and make package/X/check | Felix Fietkau | 2016-12-17 | 1 | -2/+6 |
* | build: remove duplicate Download/default definition from include/host-build.mk | Felix Fietkau | 2016-12-16 | 1 | -10/+0 |
* | include/host-build.mk: use STAGING_DIR_HOSTPKG | Jo-Philipp Wich | 2016-11-01 | 1 | -1/+1 |
* | build: copy contents of 'src' folder to build dirs (if present) | Alexandru Ardelean | 2016-10-15 | 1 | -0/+1 |
* | include/host-build.mk: set Host/Exports for Host/Install step | Matthias Schiffer | 2016-10-06 | 1 | -0/+1 |
* | include/host-build.mk: fix ACLOCAL_INCLUDE | Matthias Schiffer | 2016-10-06 | 1 | -1/+1 |
* | include/host-build.mk: pass HOST_BUILD_PREFIX to Host/install | Matthias Schiffer | 2016-10-06 | 1 | -2/+2 |
* | build: pass $(STAGING_DIR_HOST) to Host/Install | Felix Fietkau | 2016-08-23 | 1 | -2/+2 |
* | build: don't add -j for parallel builds with Make 4.2+ | Matthias Schiffer | 2016-06-15 | 1 | -1/+1 |
* | host-build.mk: change default installation prefix of package/* host builds to... | Felix Fietkau | 2016-01-20 | 1 | -10/+12 |
* | build: include homebrew include/library directory in cflags/ldflags on mac os x | Felix Fietkau | 2015-10-05 | 1 | -0/+5 |
* | build: set CCACHE_DIR for host builds | Felix Fietkau | 2015-04-14 | 1 | -0/+1 |
* | include: use SHELL, not BASH for HOST_CONFIGURE_VARS | Jo-Philipp Wich | 2015-02-06 | 1 | -1/+1 |
* | include: remove static tool linking support | Jo-Philipp Wich | 2015-02-06 | 1 | -6/+0 |
* | build: prevent spurious host-build re-builds by touching .built after the ins... | Felix Fietkau | 2014-12-15 | 1 | -0/+1 |
* | build: BSD compile fixes | Felix Fietkau | 2013-03-07 | 1 | -1/+1 |
* | build: fix host build stampfile usage, fixes spurious errors with missing opk... | Felix Fietkau | 2012-10-15 | 1 | -24/+13 |
* | build: add the + token to any commands that can pass through the jobserver, f... | Felix Fietkau | 2012-09-23 | 1 | -2/+2 |
* | host-build: add HOST_MAKE_FLAGS similar to package MAKE_FLAGS | Felix Fietkau | 2012-09-22 | 1 | -1/+5 |
* | build: ensure that package/host-build build system code does not run in paral... | Felix Fietkau | 2012-09-17 | 1 | -0/+2 |
* | build: add jobserver support for host builds | Felix Fietkau | 2012-09-15 | 1 | -1/+7 |
* | do not pass optimization flags in HOST_CPPFLAGS (#12153) | Jo-Philipp Wich | 2012-09-09 | 1 | -1/+1 |
* | introduce a menuconfig option to turn off static linking of host utilities | Jo-Philipp Wich | 2012-08-13 | 1 | -1/+3 |
* | host-build.mk: define a variable HOST_STATIC_LINKING which is set to "-static... | Jo-Philipp Wich | 2012-08-12 | 1 | -0/+4 |
* | build: add PKG_MIRROR_MD5SUM support for host builds | Felix Fietkau | 2012-06-06 | 1 | -0/+1 |
* | tools: clean up Makefiles / make ccache work | John Crispin | 2012-01-15 | 1 | -0/+1 |
* | add a missing wrapper for the refresh target for host builds | Felix Fietkau | 2011-01-28 | 1 | -0/+1 |
* | - implement hooks for hostbuilds - use host build hooks to implement fixups f... | Jo-Philipp Wich | 2010-12-13 | 1 | -1/+11 |