From c6a3d8a011b69f7e7b4a4fc53aaad91fe5642e25 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Mon, 15 Jun 2009 22:35:24 +0200 Subject: Embtk: create help target Signed-off-by: Abdoulaye Walsimou Gaye --- Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'Makefile') 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 + -- cgit v1.2.3