Yann E. MORIN"
d5db172ef4
Revisit the extract-config way of working: ct-ng is the sole entry point to crosstool-NG, and ct-ng.extrac-config no longer exists. You now have to call "ct-ng extractconfig </path/to/your/build.log" instead.
2007-07-17 21:44:33 +00:00
Yann E. MORIN"
e9916d58e9
Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.
2007-07-15 09:09:04 +00:00
Yann E. MORIN"
2bf52a52ff
Echo what's going on when make-ing and installing crosstool-NG. Use kernel-like simplified messages.
2007-07-14 10:19:01 +00:00
Yann E. MORIN"
88c16b385e
Overwrite existing symlinks when installing crosstool-NG.
2007-07-11 16:04:18 +00:00
Yann E. MORIN"
ede3c76fc2
Fix the install procedure:
...
- remove useless script tools/addToolVersion.sh: it is not needed when running crosstool-NG, only for developpers,
- create a symlink to the configuration extract script, so that it is in the PATH if ct-ng is.
2007-07-08 22:28:47 +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"
da5a25c065
Don't install licenses files.
2007-07-02 17:49:21 +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"
e9e6759672
chmod ct-ng to be executable in the build dir.
2007-07-01 20:56:25 +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