diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-23 21:39:18 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-23 21:39:18 +0000 |
commit | ae1d5463786d3abbcc3a31a5f5ffcb66873839d6 (patch) | |
tree | 2d268e8e529de50ee4036895d652dc0795304f70 | |
parent | b521e3418dde27c33e8d1a50b3e94efa7e490f66 (diff) | |
download | crosstool-ng-ae1d5463786d3abbcc3a31a5f5ffcb66873839d6.tar.gz crosstool-ng-ae1d5463786d3abbcc3a31a5f5ffcb66873839d6.tar.bz2 crosstool-ng-ae1d5463786d3abbcc3a31a5f5ffcb66873839d6.zip |
A little eye conady in the Makefile.
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,13 +26,15 @@ include $(CT_TOP_DIR)/samples/Makefile 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=<step> to restart a previously saved step (read doc first!)' |