diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-09 13:21:53 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-09 13:51:35 +0100 |
commit | d826af2cbbc7ff9781d6b9fdde5866f6e6367ec6 (patch) | |
tree | ec6a6e8056f87951caf31eb9819fdc9e54b86507 /rules.mk | |
parent | da0b9110fc783245aaa88ae6ed28aa6d5fe1bdea (diff) | |
download | upstream-d826af2cbbc7ff9781d6b9fdde5866f6e6367ec6.tar.gz upstream-d826af2cbbc7ff9781d6b9fdde5866f6e6367ec6.tar.bz2 upstream-d826af2cbbc7ff9781d6b9fdde5866f6e6367ec6.zip |
build: make <subdir>/install opt-in, use it for target/ only
Fixes buildbot errors on running make target/install or
toolchain/install
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ ifdef CONFIG_MIPS64_ABI endif endif -DEFAULT_SUBDIR_TARGETS:=clean download prepare compile install update refresh prereq dist distcheck configure check check-depends +DEFAULT_SUBDIR_TARGETS:=clean download prepare compile update refresh prereq dist distcheck configure check check-depends define DefaultTargets $(foreach t,$(DEFAULT_SUBDIR_TARGETS) $(1), |