mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-11 21:25:48 +00:00
fix invalid fd warning on mac os x
SVN-Revision: 5072
This commit is contained in:
parent
54fda00db6
commit
3897f85854
2
Makefile
2
Makefile
@ -45,7 +45,7 @@ endif
|
|||||||
@echo Collecting package info...
|
@echo Collecting package info...
|
||||||
@-for dir in package/*/; do \
|
@-for dir in package/*/; do \
|
||||||
echo Source-Makefile: $${dir}Makefile; \
|
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 > $@
|
done > $@
|
||||||
|
|
||||||
pkginfo-clean: FORCE
|
pkginfo-clean: FORCE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user