summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-30 01:53:02 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-30 01:54:16 +0200
commit7bc9c4634986cf099ecd7f83c942d90e6aa6d7ec (patch)
treee1787fa38e51bdda64da8fb14c40c0b976e941e4 /Makefile
parenta33deff5a51abab7ea8b65f0253541e4c8d5f6f9 (diff)
downloadembtoolkit-7bc9c4634986cf099ecd7f83c942d90e6aa6d7ec.tar.gz
embtoolkit-7bc9c4634986cf099ecd7f83c942d90e6aa6d7ec.tar.bz2
embtoolkit-7bc9c4634986cf099ecd7f83c942d90e6aa6d7ec.tar.xz
Move embtk help in its own makefile
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile40
1 files changed, 3 insertions, 37 deletions
diff --git a/Makefile b/Makefile
index 9a15467..5b71e57 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
################################################################################
-# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
-# Copyright(C) 2009-2010 Abdoulaye Walsimou GAYE.
+# EmbToolkit
+# Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -151,41 +151,7 @@ include mk/initialpath.mk
include mk/toolchain.mk
include mk/packages.mk
include mk/rootfs.mk
-
-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"
- @echo " filesystem (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"
- @echo " you 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"
- @echo " packages, host tools and .config.old files."
- @echo
- @echo " -----------------"
- @echo "| Root filesystem |"
- @echo " -----------------"
- @echo "make rootfs_build:"
- @echo " if after a first build of your toolchain and"
- @echo " your root filesystem, you change the contents"
- @echo " of the root filesystem, use this target to"
- @echo " rebuild it."
- @echo
+include mk/help.mk
distclean: clean
$(Q)rm -rf dl/* src/eglibc* host-tools* .config.old