aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Kill "./configure --local", it does not work and it is dangerous if one ↵Yann E. MORIN"2007-07-031-11/+0
| | | | tries to "make uninstall"!
* Get rid of eclipse fiels once and for all.Yann E. MORIN"2007-07-021-2/+2
| | | | | | | | | 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 handling --prefix.Yann E. MORIN"2007-07-021-1/+1
|
* Fix running without installing.Yann E. MORIN"2007-07-011-11/+26
| | | | | Update README. Point help to the man page.
* ./configure gains a help entry.Yann E. MORIN"2007-07-011-5/+37
|
* Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2007-07-011-0/+91
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>