README
author Johannes Stezenbach <js@sig21.net>
Sun Oct 14 23:46:15 2012 +0000 (2012-10-14)
changeset 3082 39ec9e913d79
parent 2725 32aa23619dfd
permissions -rw-r--r--
scripts: move backtrace marker to CT_WORK_DIR

Avoid error when commands in scripts/crosstool-NG.sh fail
before CT_BUILD_DIR is set.

So we need to remove the backtrace marker of a potential previous
build. Previously, it was implicitly removed because we did remove
the directory it was in, which is no longer the case.

Signed-off-by: Johannes Stezenbach <js@sig21.net>
[yann.morin.1998@free.fr: remove backtrace marker on start of build]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <20121015094615.GA18673@sig21.net>
Patchwork-Id: 191498
     1 This is the README for crosstool-NG
     2 
     3 Crosstool-NG follows the autoconf dance. So, to get you
     4 kick-started, just run:
     5     ./configure --help
     6 
     7 If you are using a development snapshot, you'll have to
     8 create the configure script, first. Just run:
     9     ./bootstrap
    10 
    11 You will find the documentation in the directory 'docs'.
    12 Here is a quick overview of what you'll find there:
    13   0 - Table of content
    14   1 - Introduction
    15   2 - Installing crosstool-NG
    16   3 - Configuring a toolchain
    17   4 - Building the toolchain
    18   5 - Using the toolchain
    19   6 - Toolchain types
    20   7 - Contributing
    21   8 - Internals
    22   A - Credits
    23   B - Known issues
    24   C - Misc. tutorials
    25 
    26 You can also point your browser at:
    27   http://crosstool-ng.org/
    28 
    29 Aloha!