.hgignore
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jan 14 18:22:06 2012 +0100 (2012-01-14)
changeset 2835 0a2fa748727e
parent 2622 bc9f7c29311e
child 2836 1c4f3be68a6d
permissions -rw-r--r--
kconfig: install compiled frontends

The kconfig frontends are currently instaleld as source files. This is
a remnant of the early times, when I wanted a single installation of
crosstool-NG to be shared across multiple machines, potentially of
different architectures.

This does not really make sense, and it's been a long time since it
was las tpossible in practice.

So, just build the kconfig frontends at make-time, and install them
as we do for all other crosstool-NG dependent files.

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