mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix invalid fd warning on mac os x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5072 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c6c8367d10
commit
af78a01e4c
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…
x
Reference in New Issue
Block a user