projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ea449
)
another fix for invalid fd messages
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 14 Oct 2006 13:02:09 +0000
(13:02 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 14 Oct 2006 13:02:09 +0000
(13:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5076
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
cc5c5b4
..
facebe6
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),)
This page took
0.022438 seconds
and
4
git commands to generate.