# HG changeset patch # User "Yann E. MORIN" # Date 1179956358 0 # Node ID ebdfd61687fb866ff70df77c784aed0c27a6a672 # Parent 44e133d0cddba4ea8f3d11a5e0e8ce237e05c33f A little eye conady in the Makefile. diff -r 44e133d0cddb -r ebdfd61687fb Makefile --- a/Makefile Wed May 23 21:08:24 2007 +0000 +++ b/Makefile Wed May 23 21:39:18 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!)'