Yann E. MORIN"
fe5dc3db26
Cleanup building the snapshot version number.
...
configure | 18 10 8 0 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
2008-04-17 19:21:32 +00:00
Yann E. MORIN"
efa83fdf6e
When installing SVN snapshots, include the branch and revision in the version number.
...
In case some random snapshot is installed and used for production, then this
will ease rewinding.
2008-02-17 22:58:57 +00:00
Yann E. MORIN"
3f9386c0a7
Bail out if /bin/bash does not exist, or if it is not bash>=3.0.
...
Force make to use /bin/bash as shell.
2008-01-16 21:41:53 +00:00
Yann E. MORIN"
d285ebb248
Simplify a bit more bash detection.
2007-09-16 17:50:27 +00:00
Yann E. MORIN"
26647ee564
Improve (POSIX-wise) determination of bashh version.
2007-09-14 19:30:56 +00:00
Yann E. MORIN"
e7e37942d9
Kill off bashisms in ./configure (thanks to Enrico Weigelt <weigelt@metux.de>).
2007-09-14 15:57:48 +00:00
Yann E. MORIN"
f791f6b6bf
Sanitise ./configure a little bit.
...
Add a check for bash 3.0 or above.
2007-09-12 20:44:15 +00:00
Yann E. MORIN"
ecab7e451f
Fix printing the version string when configured with --local.
2007-08-15 15:39:44 +00:00
Yann E. MORIN"
f38b71646a
Re-instate the --local configure switch to not install and use the local crosstool-NG copy.
2007-07-22 17:44:27 +00:00
Yann E. MORIN"
439940ab2e
Kill "./configure --local", it does not work and it is dangerous if one tries to "make uninstall"!
2007-07-03 22:05:00 +00:00
Yann E. MORIN"
9265403b8b
Get rid of eclipse fiels once and for all.
...
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-02 19:40:54 +00:00
Yann E. MORIN"
5a9aeaf7a0
Fix handling --prefix.
2007-07-02 17:47:55 +00:00
Yann E. MORIN"
1bb07c805c
Fix running without installing.
...
Update README.
Point help to the man page.
2007-07-01 21:21:11 +00:00
Yann E. MORIN"
5931c4dd26
./configure gains a help entry.
2007-07-01 20:52:34 +00:00
Yann E. MORIN"
26713d4210
Merge the build system to trunk: ct-ng is now installable:
...
- ./configure --prefix=/some/place
- make
- make install
- export PATH="${PATH}:/some/place/bin"
- ct-ng <action>
2007-07-01 19:04:20 +00:00