.hgignore
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jul 12 23:52:24 2011 +0200 (2011-07-12)
branch1.11
changeset 2558 b7317d2fe0e9
parent 2133 804a8f6d286a
child 2454 c70da6c50bdb
permissions -rw-r--r--
scripts, cc/gcc: do not fail on existing symlinks or build.log

If the user builds a toolchain over an existing one, so, without removing
CT_PREFIX_DIR, the build fails as the symlinks already exist, as does the
build.log.

This can also happen (for build.log) if the user first ran in download-
or extract-only.

Patch (with no SoB) originally from:
Phil Wilshire <phil.wilshire@overturenetworks.com>

Modified by me as it did not apply cleanly.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from 1ebc2248cc60230cd53ff94ae8f8f1e3261461a3)
yann@1412
     1
syntax: glob
yann@1412
     2
yann@1412
     3
# Generated files
yann@1412
     4
Makefile
yann@1412
     5
ct-ng
yann@1412
     6
docs/ct-ng.1
yann@1412
     7
docs/ct-ng.1.gz
yann@1412
     8
paths.mk
yann@1412
     9
scripts/crosstool-NG.sh
yann@1412
    10
scripts/saveSample.sh
yann@1412
    11
scripts/showTuple.sh
yann@1412
    12
kconfig/conf
yann@1412
    13
kconfig/mconf
yann@1412
    14
kconfig/**.o
yann@1412
    15
kconfig/**.dep
yann@1412
    16
config.gen/
yann@1412
    17
.config
yann@2133
    18
yann@2133
    19
# Temporaries
yann@2133
    20
.*.swp
yann@2339
    21
build.log
yann@1412
    22
.config.old
yann@2133
    23
yann@2133
    24
# This is the place where toolchains are built
yann@2133
    25
.build/
yann@2133
    26
# .. and the legacy location
yann@1412
    27
targets/