X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ea5fac303fcc64086c98d179914f3f3890f733b3..11f6a780e57e9febfa701f688575dfc79cc1f970:/Makefile diff --git a/Makefile b/Makefile index 26721a352..facebe66b 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,13 @@ RELEASE:=Kamikaze all: world SHELL:=/usr/bin/env bash +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),)