X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=Makefile;h=facebe66b678124cef914d9b2ccc1e220bdab84d;hp=ed1e34db474f93dc62991a476afb813f300d52d6;hb=a423169db4af9b85a065a6c90a7420d7fc142a72;hpb=16e76af3ef0431a0ccddcb4d195e1b30ce3faf3e diff --git a/Makefile b/Makefile index ed1e34db4..facebe66b 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,14 @@ 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),) @@ -44,7 +50,7 @@ endif @echo Collecting package info... @-for dir in package/*/; do \ echo Source-Makefile: $${dir}Makefile; \ - $(NO_TRACE_MAKE) --no-print-dir DUMP=1 -C $$dir || echo "ERROR: please fix $${dir}Makefile" >&2; \ + $(NO_TRACE_MAKE) --no-print-dir DUMP=1 -C $$dir 3>/dev/null || echo "ERROR: please fix $${dir}Makefile" >&2; \ done > $@ pkginfo-clean: FORCE