projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
include the kernel config for kernel related packages (should fix some b43 compile...
[openwrt.git]
/
include
/
verbose.mk
diff --git
a/include/verbose.mk
b/include/verbose.mk
index
f18e9a2
..
4abdf8d
100644
(file)
--- a/
include/verbose.mk
+++ b/
include/verbose.mk
@@
-26,7
+26,7
@@
ifeq ($(IS_TTY),1)
endif
define MESSAGE
endif
define MESSAGE
- echo -e "$(_Y)$(1)$(_N)" >&3
+
/bin/
echo -e "$(_Y)$(1)$(_N)" >&3
endef
ifneq ($(KBUILD_VERBOSE),99)
endef
ifneq ($(KBUILD_VERBOSE),99)
@@
-44,7
+44,7
@@
ifneq ($(KBUILD_VERBOSE),99)
MAKE:=&>/dev/null $(MAKE)
endif
export QUIET:=1
MAKE:=&>/dev/null $(MAKE)
endif
export QUIET:=1
- MAKE:=cmd() { $(MAKE) $$* || { echo "make $$*: build failed. Please re-run make with V=99 to see what's going on"; false; } } 3>&1 4>&2; cmd
+ MAKE:=cmd() { $(MAKE)
-s
$$* || { echo "make $$*: build failed. Please re-run make with V=99 to see what's going on"; false; } } 3>&1 4>&2; cmd
endif
.SILENT: $(MAKECMDGOALS)
endif
.SILENT: $(MAKECMDGOALS)
This page took
0.02548 seconds
and
4
git commands to generate.