aboutsummaryrefslogtreecommitdiff
path: root/rules.mk
Commit message (Expand)AuthorAge
* rules.mk: remove "$(STAGING_DIR)/include"Sebastian Kemper2019-11-02
* toolchain,build: prefer -ffile-prefix-map for gcc-8+Paul Spooren2019-10-09
* target/imagebuilder: use multi-thread support for xz compressionMartin Schiller2019-10-09
* rules: allow arbitrary log destinationPaul Spooren2019-09-29
* librpc: remove packageAndy Walsh2019-01-22
* rules.mk: fix syntax errorJo-Philipp Wich2018-11-29
* rules.mk: add INSTALL_SUID macroJo-Philipp Wich2018-11-29
* rules.mk: add ESED commandKonstantin Demin2018-09-24
* toolchain/gcc: add config symbol to determine how to apply path remappingSyrone Wong2018-08-20
* rules.mk: replace iremap when using GCC 8Syrone Wong2018-07-22
* build: include package directory in sha256sums when running on buildbotJo-Philipp Wich2018-06-27
* imagebuilder: reuse rootfs preparation from rootfs.mkMatthias Schiffer2018-03-07
* rules.mk: drop `include_mk` build ruleAlexandru Ardelean2018-01-26
* build: remove use of STAGING_DIR_HOST/usr (fixes cmake build error on macOS)Felix Fietkau2018-01-17
* rules.mk: export TMPDIRJo-Philipp Wich2017-12-12
* rukes.mk: this patch broken grub2 buildsJohn Crispin2017-09-01
* rules.mk: add missing CPP definitionBangLang Huang2017-08-23
* rules.mk: make PKG_CONFIG_DEPENDS properly track string valuesMatthias Schiffer2017-02-27
* build: Pass -iremap gcc option as a single argumentMichal Sojka2017-02-09
* build: make <subdir>/install opt-in, use it for target/ onlyFelix Fietkau2017-02-09
* build: remove libc version suffix from build/staging directoriesFelix Fietkau2017-02-07
* build: Suffix build directory with _$(LIBC) for external toolchainsFlorian Fainelli2017-01-29
* build: introduce STAGING_DIR_IMAGEJo-Philipp Wich2017-01-27
* rules.mk: export STAGING_DIR_HOSTPKGMatthias Schiffer2017-01-19
* build: introduce extra targets that contain only proper dependenciesFelix Fietkau2017-01-18
* build: define common subdir targets in rules.mkFelix Fietkau2017-01-18
* build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory...Matthias Schiffer2017-01-18
* build: use mkhash to replace various quirky md5sum/openssl callsFelix Fietkau2017-01-05
* build: add defaults for PKG_SOURCE, PKG_SOURCE_SUBDIR, PKG_VERSIONFelix Fietkau2016-12-22
* build: implement make check and make package/X/checkFelix Fietkau2016-12-17
* rules.mk: add STAGING_DIR_HOSTPKG variableJo-Philipp Wich2016-11-01
* build: add checksum targetJo-Philipp Wich2016-08-01
* rules.mk: introduce new variable OUTPUT_DIRJo-Philipp Wich2016-04-06
* build: disable the use of -iremap for UML (#21851)Felix Fietkau2016-02-13
* rules.mk: add TARGET_INIT_PATH toplevel variablesJo-Philipp Wich2016-02-08
* build: filter out -fno-plt for the kernel build, fixes #21712Felix Fietkau2016-01-28
* build: use -iremap feature to replace __FILE__ absolute path names in package...Felix Fietkau2016-01-25
* rules.mk: make the locked template available even if flock has not been built...Felix Fietkau2016-01-20
* build: use a separate variable checking the subdir path (for host packages)Felix Fietkau2016-01-20
* host-build.mk: change default installation prefix of package/* host builds to...Felix Fietkau2016-01-20
* build: move host build directories of package/* to build_dir/target-*/host/Felix Fietkau2016-01-20
* build: add pure make tolower/toupper funtions that do not require shell callsFelix Fietkau2016-01-03
* gcc: remove version 4.6, it is no longer neededFelix Fietkau2015-11-10
* build: add -Wno-error=unused-result to target cflagsFelix Fietkau2015-11-10
* rules.mk: export STAGING_DIR_HOST to sub-makefiles and shellsFelix Fietkau2015-11-07
* build: Allow kernel modules to set build ID debug symbolFelix Fietkau2015-10-30
* rules.mk: remove GCC 4.4 and GCC 4.5 conditionalFelix Fietkau2015-08-25
* toolchain: only use fortify-headers for muslSteven Barth2015-06-29
* toolchain: add fortify-headers, enable FORTIFY_SOURCE by defaultSteven Barth2015-06-23
* toolchain: switch to musl by default, except for mips64Felix Fietkau2015-06-15