summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-09 10:07:48 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-09 10:07:48 +0200
commitfc9e3ff0a6d8cea9e9db947394738a861498f12b (patch)
treecc88c172660706eb5cb7cc9597fa74f162a3cdc7 /README
parenta5320f6e3570d8f5006a2ef316f01e241547c5b0 (diff)
downloadembtoolkit-fc9e3ff0a6d8cea9e9db947394738a861498f12b.tar.gz
embtoolkit-fc9e3ff0a6d8cea9e9db947394738a861498f12b.tar.bz2
embtoolkit-fc9e3ff0a6d8cea9e9db947394738a861498f12b.tar.xz
Embtk: add the output of make help in the README file
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'README')
-rw-r--r--README67
1 files changed, 53 insertions, 14 deletions
diff --git a/README b/README
index 9a6ade9..8d49852 100644
--- a/README
+++ b/README
@@ -1,23 +1,62 @@
################################################################################
-# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
+# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# Copyright(C) 2009-2010 Abdoulaye Walsimou GAYE. All rights reserved.
#
-# This program is free software; you can distribute it and/or modify it
-# under the terms of the GNU General Public License
-# (Version 2 or later) published by the Free Software Foundation.
+# 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
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
################################################################################
#
# \file README
-# \brief README of project
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \brief README of Embtoolkit
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date May 2009
################################################################################
+
+ ---------------------------
+| Building and configuring: |
+ ---------------------------
+make xconfig: Show EmbToolkit configure GUI and let you to
+ configure your toolchain and your root
+ filesystem (if selected).
+
+make menuconfig: Same as xconfig but using this time ncurse GUI.
+
+make: Start building your toolchain and your root
+ filesystem (if selected) or start xconfig if
+ you did not configure before.
+
+ -----------
+| Cleaning: |
+ -----------
+make clean: Remove all built files, but keep downloaded
+ packages and host tools.
+
+make distclean: Same as clean, but remove all downloaded
+ packages, host tools and .config.old files.
+
+ -------------------
+| Packages: Busybox |
+ -------------------
+make busybox_config:
+ Download busybox (if necessary) and show you a
+ GUI in order to configure busybox.
+
+ -----------------
+| Root filesystem |
+ -----------------
+make rootfs_build:
+ if after a first build of your toolchain and
+ your root filesystem, you change the contents
+ of the root filesystem, use this target to
+ rebuild it.