summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-15 23:06:44 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-15 23:06:44 +0200
commit1bf17726a303905f88867f0bd3305c07163d30ed (patch)
treeccd08b808896615278449f076f01398450e5e3ee
parentae11461ae6098d06a68261c58f41aa5c24ce5bbd (diff)
downloadembtoolkit-1bf17726a303905f88867f0bd3305c07163d30ed.tar.gz
embtoolkit-1bf17726a303905f88867f0bd3305c07163d30ed.tar.bz2
embtoolkit-1bf17726a303905f88867f0bd3305c07163d30ed.tar.xz
Embtk: complete help target
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc230be..2f3b011 100644
--- a/Makefile
+++ b/Makefile
@@ -127,14 +127,21 @@ help:
@echo "| Building and configuring: |"
@echo " ---------------------------"
@echo "make xconfig: Show EmbToolkit configure GUI and let you to"
- @echo " configure your toolchain and your root filesystem."
+ @echo " configure your toolchain and your root filesystem,"
+ @echo " (if selected)."
+ @echo
@echo "make menuconfig: Same as xconfig but using this time ncurse GUI."
@echo
+ @echo "make: Start building your toolchain and your root"
+ @echo " filesystem (if selected) or start xconfig if you"
+ @echo " did not configure before."
+ @echo
@echo " -----------"
@echo "| Cleaning: |"
@echo " -----------"
@echo "make clean: Remove all built files, but keep downloaded"
@echo " packages and host tools."
+ @echo
@echo "make distclean: Same as clean, but remove all downloaded packages,"
@echo " host tools and .config.old files."
@echo