projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54fda00
)
fix invalid fd warning on mac os x
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 14 Oct 2006 11:17:57 +0000
(11:17 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 14 Oct 2006 11:17:57 +0000
(11:17 +0000)
SVN-Revision: 5072
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 39ffb17fb5e770c8c6983feee5ef3568388665a2..26721a3524d6b37599558a9498b7a708a61903d9 100644
(file)
--- 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