| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "build: use config.site generated by autoconf-lean, drop hardcoded sit... | Daniel Golle | 2021-03-02 | 1 | -1/+1 |
* | build: use config.site generated by autoconf-lean, drop hardcoded sitefiles | Felix Fietkau | 2021-02-28 | 1 | -1/+1 |
* | build: filter out own packages on package version check | Felix Fietkau | 2021-02-15 | 1 | -2/+2 |
* | Mostly revert "build: add support for fixing up library soname" | Felix Fietkau | 2021-02-15 | 1 | -2/+0 |
* | build: add support for fixing up library soname | Felix Fietkau | 2021-02-14 | 1 | -0/+2 |
* | build: fix ABI version rebuild dependency | Felix Fietkau | 2021-02-14 | 1 | -1/+1 |
* | build: use SPDX license tags | Paul Spooren | 2021-02-05 | 1 | -5/+2 |
* | build: drop ccache variables from specific targets | Sven Wegener | 2021-01-01 | 1 | -3/+0 |
* | download: handle possibly invalid local tarballs | Petr Štetiar | 2020-11-27 | 1 | -0/+2 |
* | build: fix extreme build system slowdown caused by SOURCE_DATE_EPOCH changes | Felix Fietkau | 2020-09-05 | 1 | -0/+2 |
* | build: improve ccache support | Roman Yeryomin | 2020-07-11 | 1 | -1/+3 |
* | build: Remove STAGING_DIR_HOST references for InstallDev/UninstallDev | Jeffery To | 2020-03-01 | 1 | -3/+3 |
* | Revert faulty tree push | Felix Fietkau | 2019-08-12 | 1 | -1/+1 |
* | build: use config.site generated by autoconf-lean, drop hardcoded sitefiles | Felix Fietkau | 2019-08-12 | 1 | -1/+1 |
* | build: include BUILD_VARIANT in PKG_BUILD_DIR | Jeffery To | 2019-08-05 | 1 | -1/+1 |
* | include/package.mk: Add support for src-checkout/ folder | John Crispin | 2019-07-10 | 1 | -1/+17 |
* | metadata: handle ABI version rebuild tracking for transient dependencies | Jo-Philipp Wich | 2019-06-21 | 1 | -9/+21 |
* | build: fix STAGING_DIR cleaning for packages | Jeffery To | 2019-01-30 | 1 | -3/+4 |
* | build: do not override CCACHE_DIR when ccache is disabled | Jo-Philipp Wich | 2018-07-24 | 1 | -1/+1 |
* | build: prevent spurious package rebuilds under CONFIG_AUTOREMOVE | Jo-Philipp Wich | 2018-05-22 | 1 | -1/+1 |
* | build: add support for git submodules with CONFIG_SRC_TREE_OVERRIDE | Felix Fietkau | 2018-04-27 | 1 | -1/+6 |
* | include/package.mk: remove old configured stamps before attempting configuration | Matthias Schiffer | 2017-12-28 | 1 | -1/+1 |
* | build: allow PKG_PREPARED_DEPENDS and PKG_CONFIG_DEPENDS to be changed after ... | Felix Fietkau | 2017-12-12 | 1 | -2/+5 |
* | build: fix QUILT related overrides | Felix Fietkau | 2017-05-25 | 1 | -10/+12 |
* | build: remove package makefile overlay functionality | Felix Fietkau | 2017-04-12 | 1 | -7/+0 |
* | 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 | -2/+2 |
* | build: clean up redundant touching of the package install info file | Felix Fietkau | 2017-02-26 | 1 | -2/+2 |
* | build: get rid of host.mk | Felix Fietkau | 2017-02-26 | 1 | -1/+0 |
* | build: keep recursive dependency check stampfiles up to date | Felix Fietkau | 2017-02-01 | 1 | -0/+3 |
* | build: make the touch .autoremove call non-fatal | Felix Fietkau | 2017-01-24 | 1 | -1/+1 |
* | build: do not auto-clean packages where the autoremove step has not run | Felix Fietkau | 2017-01-23 | 1 | -2/+5 |
* | build: fix CONFIG_AUTOREMOVE for packages with multiple variants | Felix Fietkau | 2017-01-22 | 1 | -2/+4 |
* | build: disable CONFIG_AUTOREMOVE for packages/tools where QUILT is used | Felix Fietkau | 2017-01-19 | 1 | -5/+7 |
* | build: include CONFIG_AUTOREMOVE in STAMP_PREPARED | Felix Fietkau | 2017-01-19 | 1 | -1/+1 |
* | build: add support for automatically removing build dir contents during build | Felix Fietkau | 2017-01-18 | 1 | -0/+6 |
* | build: introduce extra targets that contain only proper dependencies | Felix Fietkau | 2017-01-18 | 1 | -5/+6 |
* | build: define common subdir targets in rules.mk | Felix Fietkau | 2017-01-18 | 1 | -4/+1 |
* | build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory... | Matthias Schiffer | 2017-01-18 | 1 | -1/+1 |
* | build: remove obsolete parallel build related options | Felix Fietkau | 2017-01-10 | 1 | -7/+2 |
* | 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 | -9/+13 |
* | include/package.mk: sync default value for hash fallback with mirror hash | Felix Fietkau | 2016-12-16 | 1 | -1/+0 |
* | build: remove duplicate Download/default definition from include/host-build.mk | Felix Fietkau | 2016-12-16 | 1 | -13/+0 |
* | build: replace MD5SUM variables with HASH | Felix Fietkau | 2016-12-16 | 1 | -1/+3 |
* | build: fix cleaning configured stamp file | Yousong Zhou | 2016-10-15 | 1 | -1/+1 |
* | build: don't add -j for parallel builds with Make 4.2+ | Matthias Schiffer | 2016-06-15 | 1 | -1/+1 |
* | build: add support for specifying extra package dependencies for prepared, co... | Felix Fietkau | 2016-05-05 | 1 | -3/+3 |
* | include: choose package output directory based on repository info | Jo-Philipp Wich | 2016-04-06 | 1 | -1/+1 |
* | build: use -iremap feature to replace __FILE__ absolute path names in package... | Felix Fietkau | 2016-01-25 | 1 | -0/+5 |