projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add ext2 as a compiled in on x86-2.4 so it's available for initrd on netboot and...
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
90bc5de
..
5b90c48
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-44,7
+44,7
@@
endif
@echo Collecting package info...
@-for dir in package/*/; do \
echo Source-Makefile: $${dir}Makefile; \
@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 package/
$${dir}Makefile" >&2; \
+ $(NO_TRACE_MAKE) --no-print-dir DUMP=1 -C $$dir
|| echo "ERROR: please fix
$${dir}Makefile" >&2; \
done > $@
pkginfo-clean: FORCE
done > $@
pkginfo-clean: FORCE
This page took
0.020974 seconds
and
4
git commands to generate.