mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-30 17:59:21 +02:00
another fix for invalid fd messages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5076 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
57ea449537
commit
a423169db4
3
Makefile
3
Makefile
@ -22,6 +22,9 @@ export LC_ALL=C
|
|||||||
export LANG=C
|
export LANG=C
|
||||||
export TOPDIR=${shell pwd}
|
export TOPDIR=${shell pwd}
|
||||||
include $(TOPDIR)/include/verbose.mk
|
include $(TOPDIR)/include/verbose.mk
|
||||||
|
ifeq ($(KBUILD_VERBOSE),99)
|
||||||
|
MAKE:=3>/dev/null $(MAKE)
|
||||||
|
endif
|
||||||
|
|
||||||
OPENWRTVERSION:=$(RELEASE)
|
OPENWRTVERSION:=$(RELEASE)
|
||||||
ifneq ($(VERSION),)
|
ifneq ($(VERSION),)
|
||||||
|
Loading…
Reference in New Issue
Block a user