mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-17 20:12:11 +01:00
another fix for invalid fd messages
SVN-Revision: 5076
This commit is contained in:
parent
24b5b885b6
commit
5f05cf26ee
3
Makefile
3
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),)
|
||||
|
Loading…
Reference in New Issue
Block a user