projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24b5b88
)
another fix for invalid fd messages
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 14 Oct 2006 13:02:09 +0000
(13:02 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 14 Oct 2006 13:02:09 +0000
(13:02 +0000)
SVN-Revision: 5076
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index cc5c5b429764caac316fe07db777c795af04c467..facebe66b678124cef914d9b2ccc1e220bdab84d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-22,6
+22,9
@@
export LC_ALL=C
export LANG=C
export TOPDIR=${shell pwd}
include $(TOPDIR)/include/verbose.mk
+ifeq ($(KBUILD_VERBOSE),99)
+ MAKE:=3>/dev/null $(MAKE)
+endif
OPENWRTVERSION:=$(RELEASE)
ifneq ($(VERSION),)