mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-11 15:04:26 +00:00
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> (cherry picked from commit ddbb036bbb8a1030dd8f6fae0004d390b5f2b8a5)
This commit is contained in:
parent
90575776b7
commit
4607007a86
@ -183,6 +183,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…
x
Reference in New Issue
Block a user