From 1bf17726a303905f88867f0bd3305c07163d30ed Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Mon, 15 Jun 2009 23:06:44 +0200 Subject: Embtk: complete help target Signed-off-by: Abdoulaye Walsimou Gaye --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3