summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2007-08-15Fix printing the version string when configured with --local.Yann E. MORIN"1-1/+1
2007-08-07Have Mekfile.in be a little more verbose.Yann E. MORIN"1-2/+8
2007-08-07Fix Makefile.in:Yann E. MORIN"1-2/+2
- correctly generate the documentation, - correctly remove generated documentation.
2007-08-07Revert previous spurious commit.Yann E. MORIN"1-2/+2
2007-08-07Fix the Makefile.in to correctly remove generated documentation.Yann E. MORIN"1-2/+2
2007-07-30Remove the correct file when cleaning.Yann E. MORIN"1-1/+1
2007-07-30Change the way the compressed man page is built/installed.Yann E. MORIN"1-5/+8
2007-07-30Overwrite pre-existing compressed man page.Yann E. MORIN"1-1/+1
2007-07-30Install a compressed man page (as per Debian's policy).Yann E. MORIN"1-1/+2
(Yes, you guessed: I'll try to have crosstool-NG packaged in Debian)
2007-07-28Fix uninstalling man.Yann E. MORIN"1-0/+2
2007-07-28Fix install: man page was not being installed.Yann E. MORIN"1-9/+8
Fix uninstall: dont't uninstall if using local copy, don't try to remove non-existant files.
2007-07-22Move CREDITS to docs/Yann E. MORIN"1-3/+3
Be a bit verbose when restoring a sample.
2007-07-22Re-instate the --local configure switch to not install and use the local ↵Yann E. MORIN"1-8/+16
crosstool-NG copy.
2007-07-17Revisit the extract-config way of working: ct-ng is the sole entry point to ↵Yann E. MORIN"1-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.
2007-07-15Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion.Yann E. MORIN"1-1/+1
2007-07-14Echo what's going on when make-ing and installing crosstool-NG. Use ↵Yann E. MORIN"1-2/+14
kernel-like simplified messages.
2007-07-11Overwrite existing symlinks when installing crosstool-NG.Yann E. MORIN"1-1/+1
2007-07-08Fix the install procedure:Yann E. MORIN"1-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.
2007-07-03Kill "./configure --local", it does not work and it is dangerous if one ↵Yann E. MORIN"1-13/+5
tries to "make uninstall"!
2007-07-02Get rid of eclipse fiels once and for all.Yann E. MORIN"1-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.
2007-07-02Don't install licenses files.Yann E. MORIN"1-3/+3
2007-07-01Fix running without installing.Yann E. MORIN"1-8/+16
Update README. Point help to the man page.
2007-07-01chmod ct-ng to be executable in the build dir.Yann E. MORIN"1-1/+2
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"1-0/+109
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>