102 Commits (605adb1023efda0c29d160839fccc20801b717cd)

Author SHA1 Message Date
Petr Štetiar 605adb1023 download: handle possibly invalid local tarballs 4 years ago
Jo-Philipp Wich 991c7a4f69 build: do not override CCACHE_DIR when ccache is disabled 6 years ago
Felix Fietkau a1c65b41cb build: pass HOSTCXX to host builds as CXX 6 years ago
Felix Fietkau 905bbc96ef build: allow PKG_PREPARED_DEPENDS and PKG_CONFIG_DEPENDS to be changed after including package.mk 7 years ago
Felix Fietkau 603900ef82 build: add a darwin sitefile to deal with macOS 10.12 + Xcode 9 build errors 7 years ago
Felix Fietkau f62f4b3c5c build: stop overriding STAGING_DIR_HOST for toolchain build 7 years ago
Felix Fietkau 89118da865 build: fix STAMP_PREPARED with quilt 7 years ago
Felix Fietkau a9c96ef0ac build: improve performance by avoiding lazy-eval for make shell calls 7 years ago
Felix Fietkau 9467ce42da build: get rid of host.mk 7 years ago
Felix Fietkau fe1e3622a2 build: make Host/Install/Default use Host/Compile/Default with an extra argument 7 years ago
Felix Fietkau 849ced84f6 build: support make tools/<name>/install again 7 years ago
Felix Fietkau 0e22d63775 build: fix CONFIG_AUTOREMOVE for packages with multiple variants 7 years ago
Felix Fietkau 5aa03e16a7 build: disable CONFIG_AUTOREMOVE for packages/tools where QUILT is used 7 years ago
Felix Fietkau bc73a7fd98 build: include CONFIG_AUTOREMOVE in HOST_STAMP_PREPARED 7 years ago
Felix Fietkau d98bb7e6b9 build: extend CONFIG_AUTOREMOVE to tools/ 7 years ago
Felix Fietkau 131db366a3 build: remove separate /install step for host builds 7 years ago
Felix Fietkau 9228d1c066 build: introduce extra targets that contain only proper dependencies 7 years ago
Felix Fietkau 6cf067d084 build: define common subdir targets in rules.mk 7 years ago
Matthias Schiffer 3d71786154
build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory for all targets 7 years ago
Jo-Philipp Wich 5faad30d5d build: properly pass CPP and CXX flags in HOST_MAKE_VARS 7 years ago
Alexandru Ardelean e9d20f1f87 build: introduce default HOST_MAKE_VARS for host-builds 7 years ago
Jo-Philipp Wich 83b6bfc235 build: fix HOST_CONFIGURE_VARS placement 7 years ago
Felix Fietkau 1e1d735e52 build: remove obsolete parallel build related options 7 years ago
Jo-Philipp Wich 267b05f273 Revert "build: fix HOST_CONFIGURE_VARS placement" 7 years ago
Jo-Philipp Wich 28f9df62f5 build: fix HOST_CONFIGURE_VARS placement 7 years ago
Felix Fietkau bdaa138c0d host-build: remove openssl include path from host cflags 7 years ago
Felix Fietkau ffb0181a87 build: add defaults for PKG_SOURCE, PKG_SOURCE_SUBDIR, PKG_VERSION 8 years ago
Felix Fietkau 7a315b0b5d build: implement make check and make package/X/check 8 years ago
Felix Fietkau 881c5b47ec build: remove duplicate Download/default definition from include/host-build.mk 8 years ago
Jo-Philipp Wich b7f7e9fe42 include/host-build.mk: use STAGING_DIR_HOSTPKG 8 years ago
Alexandru Ardelean 7c8c3226dc build: copy contents of 'src' folder to build dirs (if present) 8 years ago
Matthias Schiffer cb718eb34b
include/host-build.mk: set Host/Exports for Host/Install step 8 years ago
Matthias Schiffer 4ada2fd276
include/host-build.mk: fix ACLOCAL_INCLUDE 8 years ago
Matthias Schiffer 7064a849ce
include/host-build.mk: pass HOST_BUILD_PREFIX to Host/install 8 years ago
Felix Fietkau 4170267f5a build: pass $(STAGING_DIR_HOST) to Host/Install 8 years ago
Matthias Schiffer 6fb212f293
build: don't add -j for parallel builds with Make 4.2+ 8 years ago
Felix Fietkau 03bc8d94f0 host-build.mk: change default installation prefix of package/* host builds to staging_dir/target-*/host 8 years ago
Felix Fietkau 48374a3a9c build: include homebrew include/library directory in cflags/ldflags on mac os x 9 years ago
Felix Fietkau c99c9f875e build: set CCACHE_DIR for host builds 9 years ago
Jo-Philipp Wich 60eef7aefd include: use SHELL, not BASH for HOST_CONFIGURE_VARS 9 years ago
Jo-Philipp Wich 971ec0283c include: remove static tool linking support 9 years ago
Felix Fietkau f6f0984c43 build: prevent spurious host-build re-builds by touching .built after the install command before touching .installed 10 years ago
Felix Fietkau 1f77bfff96 build: BSD compile fixes 11 years ago
Felix Fietkau 6d1884c583 build: fix host build stampfile usage, fixes spurious errors with missing opkg host binary after deleting the staging dir 12 years ago
Felix Fietkau ed2bf29be5 build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems 12 years ago
Felix Fietkau 1c108d3318 host-build: add HOST_MAKE_FLAGS similar to package MAKE_FLAGS 12 years ago
Felix Fietkau b086475e1e build: ensure that package/host-build build system code does not run in parallel, fixes rare spurious parallel build failures 12 years ago
Felix Fietkau f19dbfff91 build: add jobserver support for host builds 12 years ago
Jo-Philipp Wich 8726a422cd do not pass optimization flags in HOST_CPPFLAGS (#12153) 12 years ago
Jo-Philipp Wich 29b91ef01a introduce a menuconfig option to turn off static linking of host utilities 12 years ago