Hey.

I found there is parenthesis mismatching in olpc-2.6/Makefile, which 
causes "make help" to fall.

I figured it out but do have the permission to git commit.

Cheers!

------------------------------------------------------------------------

diff --git a/Makefile b/Makefile
index 9652cc5..5d87deb 100644
--- a/Makefile
+++ b/Makefile
@@ -1236,7 +1236,7 @@ help:
echo '')
@$(if $(boards), \
$(foreach b, $(boards), \
- printf " %-24s - Quiet Build for %s\\n" $(subst 
_defconfig,_silentdefconfig,$(b)) $(subst _defconfig,,$(b));) \
+ printf " %-24s - Quiet Build for %s\\n" $(subst 
_defconfig,_silentdefconfig,$(b)) $(subst _defconfig,,$(b));))
@$(if $(board-dirs), \
$(foreach b, $(board-dirs), \
printf " %-16s - Show %s-specific targets\\n" help-$(b) $(b);) \

------------------------------------------------------------------------

-- 
续本达
Xu, Benda

Academic Talent Program on
Fundamental Science of Mathematics and Physics,
Tsinghua University, Beijing, P.R.China

http://learn.tsinghua.edu.cn:8080/2005012177/index.html
http://thirsty.phys.tsinghua.edu.cn/MyWiki/heroxbd

_______________________________________________
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel

Reply via email to