Commit Graph

24 Commits

Author SHA1 Message Date
Yann E. MORIN"
ecab7e451f Fix printing the version string when configured with --local. 2007-08-15 15:39:44 +00:00
Yann E. MORIN"
dddf8170a9 Have Mekfile.in be a little more verbose. 2007-08-07 17:15:27 +00:00
Yann E. MORIN"
ef21bfc5c0 Fix Makefile.in:
- correctly generate the documentation,
 - correctly remove generated documentation.
2007-08-07 17:10:07 +00:00
Yann E. MORIN"
72caaf7717 Revert previous spurious commit. 2007-08-07 17:08:13 +00:00
Yann E. MORIN"
f1741dc507 Fix the Makefile.in to correctly remove generated documentation. 2007-08-07 17:07:39 +00:00
Yann E. MORIN"
4c8537d254 Remove the correct file when cleaning. 2007-07-30 21:27:10 +00:00
Yann E. MORIN"
5dcc71b489 Change the way the compressed man page is built/installed. 2007-07-30 21:23:53 +00:00
Yann E. MORIN"
8e11f48162 Overwrite pre-existing compressed man page. 2007-07-30 21:13:23 +00:00
Yann E. MORIN"
928658aeaa Install a compressed man page (as per Debian's policy).
(Yes, you guessed: I'll try to have crosstool-NG packaged in Debian)
2007-07-30 21:10:22 +00:00
Yann E. MORIN"
319811373d Fix uninstalling man. 2007-07-28 20:45:24 +00:00
Yann E. MORIN"
d4886dbe64 Fix install: man page was not being installed.
Fix uninstall: dont't uninstall if using local copy, don't try to remove non-existant files.
2007-07-28 11:57:42 +00:00
Yann E. MORIN"
ef660a90ce Move CREDITS to docs/
Be a bit verbose when restoring a sample.
2007-07-22 21:29:42 +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"
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