build: allow val.% targets to bypass the prepare steps
Significantly reduces time spent processing those targets and should also silence some log clutter which could confuse buildbot Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
bf58e39b9b
commit
ddbb036bbb
1 changed files with 3 additions and 0 deletions
|
@ -184,6 +184,9 @@ prereq:: prepare-tmpinfo .config
|
||||||
check: .config FORCE
|
check: .config FORCE
|
||||||
@+$(NO_TRACE_MAKE) -r -s $@ QUIET= V=s
|
@+$(NO_TRACE_MAKE) -r -s $@ QUIET= V=s
|
||||||
|
|
||||||
|
val.%: FORCE
|
||||||
|
@+$(NO_TRACE_MAKE) -r -s $@ QUIET= V=s
|
||||||
|
|
||||||
WARN_PARALLEL_ERROR = $(if $(BUILD_LOG),,$(and $(filter -j,$(MAKEFLAGS)),$(findstring s,$(OPENWRT_VERBOSE))))
|
WARN_PARALLEL_ERROR = $(if $(BUILD_LOG),,$(and $(filter -j,$(MAKEFLAGS)),$(findstring s,$(OPENWRT_VERBOSE))))
|
||||||
|
|
||||||
ifeq ($(SDK),1)
|
ifeq ($(SDK),1)
|
||||||
|
|
Loading…
Reference in a new issue