summaryrefslogtreecommitdiff
path: root/ct-ng.in
AgeCommit message (Collapse)AuthorFilesLines
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>