projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reorder nas command line parameters (required for bridge operation)
[openwrt.git]
/
include
/
verbose.mk
diff --git
a/include/verbose.mk
b/include/verbose.mk
index
31e0cea
..
6d7c7ef
100644
(file)
--- a/
include/verbose.mk
+++ b/
include/verbose.mk
@@
-2,17
+2,12
@@
# $Id:$
ifndef KBUILD_VERBOSE
# $Id:$
ifndef KBUILD_VERBOSE
- ifeq ($(DUMP),)
- KBUILD_VERBOSE=1
- else
- KBUILD_VERBOSE=99
- endif
+ KBUILD_VERBOSE=0
ifeq ("$(origin V)", "command line")
KBUILD_VERBOSE=$(V)
endif
endif
ifeq ("$(origin V)", "command line")
KBUILD_VERBOSE=$(V)
endif
endif
-
ifneq ($(KBUILD_VERBOSE),99)
ifeq ($(QUIET),1)
$(MAKECMDGOALS): trace
ifneq ($(KBUILD_VERBOSE),99)
ifeq ($(QUIET),1)
$(MAKECMDGOALS): trace
@@
-23,6
+18,7
@@
ifneq ($(KBUILD_VERBOSE),99)
}
else
export QUIET:=1
}
else
export QUIET:=1
+ NO_TRACE_MAKE:=$(MAKE) V=99
ifeq ($(KBUILD_VERBOSE),0)
MAKE:=&>/dev/null $(MAKE)
endif
ifeq ($(KBUILD_VERBOSE),0)
MAKE:=&>/dev/null $(MAKE)
endif
This page took
0.023265 seconds
and
4
git commands to generate.