summaryrefslogtreecommitdiff
path: root/ct-ng.in
AgeCommit message (Collapse)AuthorFilesLines
2007-09-11make-3.80 does not have $(lastword ...). Fix this when ct-ng calls itself: ↵Yann E. MORIN"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.
2007-08-31Trying to guess how we were called does not work. Don't try to be smart, and ↵Yann E. MORIN"1-1/+1
take the full path, even if we are in PATH.
2007-08-15Fix printing the version string when configured with --local.Yann E. MORIN"1-3/+3
2007-08-15Add the possibility to force the number of // jobs without reconfiguring.Yann E. MORIN"1-8/+15
2007-07-23Try again to fix the --local behavior.Yann E. MORIN"1-2/+2
2007-07-23Seems like the --no-builtin-rules and -r options to make are not the same...Yann E. MORIN"1-1/+1
2007-07-22Re-instate the --local configure switch to not install and use the local ↵Yann E. MORIN"1-1/+1
crosstool-NG copy.
2007-07-22No need to expand the host cc every time.Yann E. MORIN"1-1/+1
2007-07-17Fix typo in version action.Yann E. MORIN"1-1/+1
2007-07-16Add an action to print the version.Yann E. MORIN"1-0/+6
2007-07-15Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.Yann E. MORIN"1-4/+4
2007-07-09Separate clean actions from build actions;Yann E. MORIN"1-2/+8
Re-label "Preconfigured actions" to "Preconfigured toolchains"; Small eye-candy fix in the help text for liststeps.
2007-07-07Disable tarball creation until it's fixed.Yann E. MORIN"1-1/+3
2007-07-02Get rid of eclipse fiels once and for all.Yann E. MORIN"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.
2007-07-01Fix running without installing.Yann E. MORIN"1-0/+1
Update README. Point help to the man page.
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"1-0/+99
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>