diff -r 82e69d88119b -r 9d98c59aa1c3 Makefile --- a/Makefile Tue May 22 20:46:07 2007 +0000 +++ b/Makefile Wed May 23 21:40:57 2007 +0000 @@ -26,13 +26,15 @@ help:: @echo 'Build targets:' @echo '* build - Build the toolchain' - @echo ' tarball - Build a tarball of the configured toolchain' @echo ' clean - Remove generated files' @echo ' distclean - Remove generated files, configuration and build directories' include $(CT_TOP_DIR)/tools/Makefile help:: + @echo 'Distribution targets:' + @echo ' tarball - Build a tarball of the configured toolchain' + @echo @echo 'Execute "make" or "make all" to build all targets marked with [*]' @echo 'Pass RESTART= to restart a previously saved step (read doc first!)'