diff options
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 | 0b5410c8d0ce91952764245a44bacbdcb934aad5 (patch) | |
tree | 4c8c887d3c251d3252ef0a999d08470c0e098c6a /Makefile | |
parent | 01a0bdcf22556a4c0f1c03be5812b99d098eda4b (diff) | |
download | master-187ad058-0b5410c8d0ce91952764245a44bacbdcb934aad5.tar.gz master-187ad058-0b5410c8d0ce91952764245a44bacbdcb934aad5.tar.bz2 master-187ad058-0b5410c8d0ce91952764245a44bacbdcb934aad5.zip |
another fix for invalid fd messages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5076 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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),) |