X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=Makefile;h=5b90c482f0a657420986e1eb3d15762af22ba8b6;hp=32cadb7f991e7455a14684715c00c73a1c9b5777;hb=c6753b594214c24fa26458539a74e82aa75e053e;hpb=7c84941e8e4bf18796144bb8c62a68ac9cc35f4a diff --git a/Makefile b/Makefile index 32cadb7f9..5b90c482f 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,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 2>&- || echo "ERROR: please fix $${dir}Makefile" >&2; \ + $(NO_TRACE_MAKE) --no-print-dir DUMP=1 -C $$dir || echo "ERROR: please fix $${dir}Makefile" >&2; \ done > $@ pkginfo-clean: FORCE