Searched refs:OPENWRT_VERBOSE (Results 1 - 10 of 10) sorted by relevance

/openwrt/include/
H A Dverbose.mk8 ifndef OPENWRT_VERBOSE
9 OPENWRT_VERBOSE:= macro
12 OPENWRT_VERBOSE:=$(V) macro
15 ifeq ($(OPENWRT_VERBOSE),1)
16 OPENWRT_VERBOSE:=w macro
18 ifeq ($(OPENWRT_VERBOSE),99)
19 OPENWRT_VERBOSE:=s macro
23 NO_TRACE_MAKE := $(MAKE) V=s$(OPENWRT_VERBOSE)
35 ifeq ($(findstring s,$(OPENWRT_VERBOSE)),)
55 SILENT:=>/dev/null $(if $(findstring w,$(OPENWRT_VERBOSE)),,
[all...]
H A Dcmake.mk5 ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
H A Dkernel-defaults.mk16 $(if $(findstring c,$(OPENWRT_VERBOSE)),V=1,V='') \
H A Dtoplevel.mk180 WARN_PARALLEL_ERROR = $(if $(BUILD_LOG),,$(and $(filter -j,$(MAKEFLAGS)),$(findstring s,$(OPENWRT_VERBOSE))))
/openwrt/package/devel/perf/
H A DMakefile58 $(if $(findstring c,$(OPENWRT_VERBOSE)),V=1,V='') \
/openwrt/tools/mtd-utils/
H A DMakefile40 V=$(if $(findstring c,$(OPENWRT_VERBOSE)),1)
/openwrt/package/utils/busybox/
H A DMakefile33 ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
/openwrt/target/imagebuilder/files/
H A DMakefile13 export OPENWRT_VERBOSE=s macro
/openwrt/scripts/
H A Dfeeds704 $ENV{OPENWRT_VERBOSE} = 's';
/openwrt/package/kernel/mac80211/
H A DMakefile1622 ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)

Completed in 43 milliseconds