| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | When dumping version, also print some /legal/ blah-blah: | Yann E. MORIN" | 2008-07-16 | 1 | -0/+5 |
| | | | | | | | | | | - copyright notice, - one-liner boilerplate about free software, - disclaimer about waranty, merchantability, fitness... /trunk/ct-ng.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+) | ||||
| * | Rework a little bit the steps and samples help entries. | Yann E. MORIN" | 2008-06-01 | 1 | -2/+3 |
| | | | | | | | | | /trunk/docs/overview.txt | 2 1 1 0 +- /trunk/steps.mk | 7 5 2 0 +++++-- /trunk/samples/samples.mk | 8 5 3 0 +++++--- /trunk/ct-ng.in | 5 3 2 0 +++-- 4 files changed, 14 insertions(+), 8 deletions(-) | ||||
| * | The version strings being computed at ./configure time, store it as is, and ↵ | Yann E. MORIN" | 2008-06-01 | 1 | -1/+1 |
| | | | | | | | | | don't install a .version file. /trunk/Makefile.in | 2 0 2 0 -- /trunk/ct-ng.in | 2 1 1 0 +- 2 files changed, 1 insertion(+), 3 deletions(-) | ||||
| * | Bail out if /bin/bash does not exist, or if it is not bash>=3.0. | Yann E. MORIN" | 2008-01-16 | 1 | -0/+8 |
| | | | | | Force make to use /bin/bash as shell. | ||||
| * | make-3.80 does not have $(lastword ...). Fix this when ct-ng calls itself: ↵ | Yann E. MORIN" | 2007-09-11 | 1 | -9/+5 |
| | | | | | | | don't try to be smart, we just _know_ where ct-ng is at configure time! Fis a latent bug in handling the number parallel jobs. | ||||
| * | Trying to guess how we were called does not work. Don't try to be smart, and ↵ | Yann E. MORIN" | 2007-08-31 | 1 | -1/+1 |
| | | | | | take the full path, even if we are in PATH. | ||||
| * | Fix printing the version string when configured with --local. | Yann E. MORIN" | 2007-08-15 | 1 | -3/+3 |
| | | |||||
| * | Add the possibility to force the number of // jobs without reconfiguring. | Yann E. MORIN" | 2007-08-15 | 1 | -8/+15 |
| | | |||||
| * | Try again to fix the --local behavior. | Yann E. MORIN" | 2007-07-23 | 1 | -2/+2 |
| | | |||||
| * | Seems like the --no-builtin-rules and -r options to make are not the same... | Yann E. MORIN" | 2007-07-23 | 1 | -1/+1 |
| | | |||||
| * | Re-instate the --local configure switch to not install and use the local ↵ | Yann E. MORIN" | 2007-07-22 | 1 | -1/+1 |
| | | | | | crosstool-NG copy. | ||||
| * | No need to expand the host cc every time. | Yann E. MORIN" | 2007-07-22 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in version action. | Yann E. MORIN" | 2007-07-17 | 1 | -1/+1 |
| | | |||||
| * | Add an action to print the version. | Yann E. MORIN" | 2007-07-16 | 1 | -0/+6 |
| | | |||||
| * | Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion. | Yann E. MORIN" | 2007-07-15 | 1 | -4/+4 |
| | | |||||
| * | Separate clean actions from build actions; | Yann E. MORIN" | 2007-07-09 | 1 | -2/+8 |
| | | | | | | Re-label "Preconfigured actions" to "Preconfigured toolchains"; Small eye-candy fix in the help text for liststeps. | ||||
| * | Disable tarball creation until it's fixed. | Yann E. MORIN" | 2007-07-07 | 1 | -1/+3 |
| | | |||||
| * | Get rid of eclipse fiels once and for all. | Yann E. MORIN" | 2007-07-02 | 1 | -10/+10 |
| | | | | | | | | | | 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. | ||||
| * | Fix running without installing. | Yann E. MORIN" | 2007-07-01 | 1 | -0/+1 |
| | | | | | | Update README. Point help to the man page. | ||||
| * | Merge the build system to trunk: ct-ng is now installable: | Yann E. MORIN" | 2007-07-01 | 1 | -0/+99 |
| - ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action> | |||||
