* Patch by Yuli Barcohen, 3 Dec 2003:
"revive" U-Boot support for old Motorola MPC860ADS board
* Patch by Cam(ilo?), 03 Dec 2003:
make examples build even with broken Montavista objcopy
* Patch by Pavel Bartusek, 27 Nov 2003:
fix conversion problem with "bootretry" evironment variable
diff --git a/Makefile b/Makefile
index cbfb6b0..6abc8c7 100644
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,7 @@
examples \
post \
post/cpu
+.PHONY : $(SUBDIRS)
#########################################################################
#########################################################################
@@ -150,7 +151,7 @@
$(SUBDIRS):
@echo "#### MAKE $@ ####"
- $(MAKE) -C $@
+ $(MAKE) -C $@ all
gdbtools:
$(MAKE) -C tools/gdb || exit 1