summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-15 22:35:24 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-15 22:35:24 +0200
commitc6a3d8a011b69f7e7b4a4fc53aaad91fe5642e25 (patch)
tree91d7dcb9146d04be5e39312c720cb6a48516dba2
parent14032820212cf399f39daaf4e4ec2e9b46a4efa5 (diff)
downloadembtoolkit-c6a3d8a011b69f7e7b4a4fc53aaad91fe5642e25.tar.gz
embtoolkit-c6a3d8a011b69f7e7b4a4fc53aaad91fe5642e25.tar.bz2
embtoolkit-c6a3d8a011b69f7e7b4a4fc53aaad91fe5642e25.tar.xz
Embtk: create help target
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a853d18..a57f966 100644
--- a/Makefile
+++ b/Makefile
@@ -121,3 +121,20 @@ else
scripts/kconfig/qconf $(BB_BUILD_DIR)/Config.in.new
endif
+help:
+ $(call EMBTK_GENERIC_MESSAGE,"Embedded systems Toolkit help. Please visit - http://embtoolkit.org -for more details")
+ @echo " ---------------------------"
+ @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 "make menuconfig: Same as xconfig but using this time ncurse GUI."
+ @echo
+ @echo " -----------"
+ @echo "| Cleaning: |"
+ @echo " -----------"
+ @echo "make clean: Remove all built files, but keep downloaded"
+ @echo " packages and host tools."
+ @echo "make distclean: Same as clean, but remove all downloaded packages."
+ @echo
+