fix invalid fd warning on mac os x
SVN-Revision: 5072
This commit is contained in:
parent
54fda00db6
commit
3897f85854
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue