X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/16e76af3ef0431a0ccddcb4d195e1b30ce3faf3e..ea5fac303fcc64086c98d179914f3f3890f733b3:/Makefile diff --git a/Makefile b/Makefile index ed1e34db4..26721a352 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ RELEASE:=Kamikaze all: world +SHELL:=/usr/bin/env bash export TOPDIR=${shell pwd} include $(TOPDIR)/include/verbose.mk @@ -44,7 +45,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