From: Felix Fietkau Date: Sat, 14 Oct 2006 11:17:57 +0000 (+0000) Subject: fix invalid fd warning on mac os x X-Git-Tag: reboot~30706 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=3897f8585402ac7704f2e5bd2a74f82d38f6ccc4;ds=sidebyside fix invalid fd warning on mac os x SVN-Revision: 5072 --- diff --git a/Makefile b/Makefile index 39ffb17fb5..26721a3524 100644 --- a/Makefile +++ b/Makefile @@ -45,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