summaryrefslogtreecommitdiff
path: root/kconfig/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-01-15kconfig: add missing filesYann E. MORIN"1-1/+19
The real sources for a few files are the lex/yacc/gperf files, and the C files are only generated... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2012-01-14kconfig: install compiled frontendsYann E. MORIN"1-0/+99
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>
2007-07-15Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.Yann E. MORIN"1-103/+0
2007-07-15Fix distclean.Yann E. MORIN"1-1/+1
2007-07-08Make distclean work again: don't try to remove a directory twice.Yann E. MORIN"1-1/+0
2007-07-07Clean a little bit more.Yann E. MORIN"1-0/+2
2007-07-02Get rid of eclipse fiels once and for all.Yann E. MORIN"1-1/+1
Homogenise the references to crosstool-NG: - the project is named "crosstool-NG" - the front-end is named "ct-ng" - don't use shortcuts (such as "ct-ng" to stand for "crosstool-NG") Default action is to print help. Don't speak of make rules when dumping help, just speak of actions.
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"1-21/+41
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
2007-06-17Rework the help system. For now, this is mostly a no-op (it only re-organise ↵Yann E. MORIN"1-5/+1
the help entries), but later, that may come in handy when we want ct-ng to be installable).
2007-06-16Answer default values when doing a defoldconfig.Yann E. MORIN"1-1/+1
2007-06-16Rework the generated config file handling.Yann E. MORIN"1-7/+9
2007-06-01Introduce the notion of tols facilities (none so far, sstrip coming right ↵Yann E. MORIN"1-7/+22
away...).
2007-05-17Make the debug config menu a generated file.Yann E. MORIN"1-3/+16
Add a uClibc-0.9.29 patch directory with one patch (from me!). Update the armeb-unknown-linux-uclibc sample to uClibc-0.9.29. Some eyecandy in the gdb build process.
2007-05-13Correctly handle the version string, defined in a single place now.Yann E. MORIN"1-0/+3
Fix and update README.
2007-05-07Merge the save-sample branch to trunk:Yann E. MORIN"1-12/+2
- reorder most of the environment setup, - geting, extracting and patching are now components' sub-actions, - save the current config as a sample to be used as a pre-configured target.
2007-05-01Remove the superfluous _config suffix to preconfigured targets (in "make help").Yann E. MORIN"1-6/+5
2007-03-12Auto-detect Darwin (MacOS-X) and disable libintl for during build for this ↵Yann E. MORIN"1-3/+8
platform. A bit of help tweaking.
2007-03-11Allan Clark <allanc@chickenandporn.com> provided a way to build on host ↵Yann E. MORIN"1-2/+6
lacking a proper libintl (such as MacOS-X). Thank you Allan!
2007-03-04utilising -> usingYann E. MORIN"1-3/+3
2007-02-24Remove useless config targets.Yann E. MORIN"1-16/+0
2007-02-24Add the full crosstool-NG sources to the new repository of its own.Yann E. MORIN"1-0/+71
You might just say: 'Yeah! crosstool-NG's got its own repo!". Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup. That means I'm putting backups in place in the afternoon. That also means we've lost history... :-(