summaryrefslogtreecommitdiff
path: root/ct-ng.comp
AgeCommit message (Collapse)AuthorFilesLines
2014-11-24all: remove references to creating a tarballYann E. MORIN1-1/+1
This has been broken for ages, time to finaly remove it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2013-01-21samples: check if update is neededYann E. MORIN"1-2/+4
Add a ct-ng action to check if samples needs being updated. This will be usefull when the config options change. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2013-01-21kconfig: rename the defconfig and olddefconfig targetsYann E. MORIN"1-1/+1
What 'defconfig' really does is save the current .config to a defconfig, so it is better named 'savedefconfig' (as other projects do). What 'olddefconfig' really does is create a .config from a defconfig, so rename it to 'defconfig' (as other projects do, too). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2012-08-15samples: add rule to dump current .config into a defconfigYann E. MORIN"1-1/+2
... and one to restore it, of course. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2012-05-29completion: fix function nameYann E. MORIN"1-2/+2
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2010-07-30samples: add a short list of all samplesYann E. MORIN"1-5/+4
Add an action to list only the sample names. Use that for auto-completion.
2010-04-01scripts: misc help and auto-complete fixesYann E. MORIN"1-3/+3
- don't list samples in the main help screen - improve the samples listing in list-samples - don't document the 'config' action, it's long dead - document the 'V' environment variable - improve on START, STOP and PREFIX environment variables - add PREFIX and V to autocomplete - advertise auto-complete at install time
2010-03-05scripts: fix completion to show samplesYann E. MORIN"1-1/+3
2010-02-11scripts: add action to extract config from a build.log fileYann E. MORIN"1-1/+1
That got removed quite some time ago, but is really usefull to get the configuration from a build.log file of a failing build.
2010-01-31scripts: add action to dump current configuration in humane-readable formYann E. MORIN"1-1/+1
2010-01-03samples: add an action to print details for all samplesYann E. MORIN"1-1/+1
2009-05-13Add a new action: show-tupleYann E. MORIN"1-1/+1
- in a directory containing a crosstool-NG configuration, prints the tuple of the configured target to stdout. -------- diffstat follows -------- /trunk/Makefile.in | 4 3 1 0 +++- /trunk/scripts/showTuple.sh.in | 30 30 0 0 ++++++++++++++++++++++++++++++ /trunk/ct-ng.comp | 2 1 1 0 +- /trunk/ct-ng.in | 10 9 1 0 +++++++++- 4 files changed, 43 insertions(+), 3 deletions(-)
2008-10-31Remove regtest actions, introduce build-all actions:Yann E. MORIN"1-3/+5
- regtest was not easy to use - one may wish to simply build all samples - introduce a per-sample automatic build /trunk/docs/overview.txt | 19 14 5 0 ++++++++--- /trunk/samples/samples.mk | 92 49 43 0 ++++++++++++++++++++++++++++------------------------- /trunk/ct-ng.comp | 8 5 3 0 +++-- 3 files changed, 68 insertions(+), 51 deletions(-)
2008-10-27Add 'help' in the auto-completion.Yann E. MORIN"1-1/+1
/trunk/ct-ng.comp | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-10-14Correctly auto-complete with start-steps as well.Yann E. MORIN"1-1/+1
/trunk/ct-ng.comp | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-10-14Eye-candy in the help entries.Yann E. MORIN"1-1/+1
/trunk/ct-ng.comp | 2 1 1 0 +- /trunk/ct-ng.in | 6 3 3 0 +++--- /trunk/steps.mk | 6 3 3 0 +++--- 3 files changed, 7 insertions(+), 7 deletions(-)
2008-10-13No one sane would you 'ct-ng config' to configure crosstool-NG.Yann E. MORIN"1-1/+1
Remove this useless rule. /trunk/kconfig/kconfig.mk | 8 2 6 0 ++------ /trunk/ct-ng.comp | 2 1 1 0 +- 2 files changed, 3 insertions(+), 7 deletions(-)
2008-10-12Update the auto-completion function:Yann E. MORIN"1-3/+3
- be silent in case of errors - also suggest 'build.' /trunk/ct-ng.comp | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
2008-10-01Save the toolchain configuration to its own file, as an auto-extracting ↵Yann E. MORIN"1-1/+1
shell script: - get rid of the 'extractconfig' action, it was cumbersome to use, and badly documented, - introduce a skeleton for the config script, - update auto-completion, - document the config script. /trunk/kconfig/kconfig.mk | 9 2 7 0 ++------- /trunk/scripts/crosstool.sh | 6 5 1 0 +++++- /trunk/docs/overview.txt | 21 9 12 0 +++++++++------------ /trunk/tools/toolchain-config.in | 8 8 0 0 ++++++++ /trunk/ct-ng.comp | 2 1 1 0 +- 5 files changed, 25 insertions(+), 21 deletions(-)
2008-09-11Fix auto-completion for updaetools.Yann E. MORIN"1-1/+1
/trunk/ct-ng.comp | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-09-05Add completion for crosstool-NG.Yann E. MORIN"1-0/+30
To be sourced by a bash-compatible shell startup script; ideally, to be installed in /etc/bash_completion.d/ /trunk/ct-ng.comp | 30 30 0 0 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+)