aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix install: man page was not being installed.Yann E. MORIN"2007-07-281-9/+8
| | | | Fix uninstall: dont't uninstall if using local copy, don't try to remove non-existant files.
* Move CREDITS to docs/Yann E. MORIN"2007-07-221-3/+3
| | | | Be a bit verbose when restoring a sample.
* Re-instate the --local configure switch to not install and use the local ↵Yann E. MORIN"2007-07-221-8/+16
| | | | crosstool-NG copy.
* Revisit the extract-config way of working: ct-ng is the sole entry point to ↵Yann E. MORIN"2007-07-171-3/+1
| | | | crosstool-NG, and ct-ng.extrac-config no longer exists. You now have to call "ct-ng extractconfig </path/to/your/build.log" instead.
* Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.Yann E. MORIN"2007-07-151-1/+1
|
* Echo what's going on when make-ing and installing crosstool-NG. Use ↵Yann E. MORIN"2007-07-141-2/+14
| | | | kernel-like simplified messages.
* Overwrite existing symlinks when installing crosstool-NG.Yann E. MORIN"2007-07-111-1/+1
|
* Fix the install procedure:Yann E. MORIN"2007-07-081-0/+2
| | | | | - 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.
* Kill "./configure --local", it does not work and it is dangerous if one ↵Yann E. MORIN"2007-07-031-13/+5
| | | | tries to "make uninstall"!
* Get rid of eclipse fiels once and for all.Yann E. MORIN"2007-07-021-1/+1
| | | | | | | | | 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.
* Don't install licenses files.Yann E. MORIN"2007-07-021-3/+3
|
* Fix running without installing.Yann E. MORIN"2007-07-011-8/+16
| | | | | Update README. Point help to the man page.
* chmod ct-ng to be executable in the build dir.Yann E. MORIN"2007-07-011-1/+2
|
* Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2007-07-011-0/+109
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>