index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
Makefile
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2006-10-14 13:02:09 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2006-10-14 13:02:09 +0000
commit
5f05cf26ee5760df67732ef75e9205aba2ac788e
(
patch
)
tree
450bf6d4810bd272678b29977e32656990c65f4f
/
Makefile
parent
24b5b885b68b0c87a8651713be2a60e1bd2a7087
(
diff
)
another fix for invalid fd messages
SVN-Revision: 5076
Diffstat
(limited to 'Makefile')
-rw-r--r--
Makefile
3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cc5c5b4297..facebe66b6 100644
--- 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),)