| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Re-instate a functionnal --local test. | Yann E. MORIN" | 2008-06-11 | 1 | -9/+19 | |
| | | | | | | | | | Introduce a TARGETS make variable that contains sub-parts to {build,install,clean,uninstall} Small fix to directories creation. /trunk/Makefile.in | 28 19 9 0 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) | |||||
| * | Include the full version number in the directory paths installed. | Yann E. MORIN" | 2008-06-11 | 1 | -38/+45 | |
| | | | | | | | | | | | | | Change the version string so that it does not break 'make', and so that it has no '/' (it would be a hell if installed directories would mirror the SVN branches... :-/ ) Do not use implicit rules for the Makefile. Simplify and enc=hance the --local test to refuse (un)installing. Double-quotes variables, they are based on user input. Eye-candy in the 'compile' and install messages. /trunk/configure | 26 14 12 0 ++++++++++--------- /trunk/Makefile.in | 83 45 38 0 +++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 59 insertions(+), 50 deletions(-) | |||||
| * | Print a little bit of progress in ./configure (computing the version string ↵ | Yann E. MORIN" | 2008-06-11 | 1 | -6/+8 | |
| | | | | | | | | | can be long, especially on networked file systems). /trunk/configure | 6 6 0 0 ++++++ /trunk/Makefile.in | 14 8 6 0 ++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) | |||||
| * | The version strings being computed at ./configure time, store it as is, and ↵ | Yann E. MORIN" | 2008-06-01 | 1 | -2/+0 | |
| | | | | | | | | | don't install a .version file. /trunk/Makefile.in | 2 0 2 0 -- /trunk/ct-ng.in | 2 1 1 0 +- 2 files changed, 1 insertion(+), 3 deletions(-) | |||||
| * | Rebuild generated files if re-configured. | Yann E. MORIN" | 2008-05-01 | 1 | -1/+1 | |
| | | | | | | /trunk/Makefile.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) | |||||
| * | When installing SVN snapshots, include the branch and revision in the ↵ | Yann E. MORIN" | 2008-02-17 | 1 | -4/+4 | |
| | | | | | | | | version number. In case some random snapshot is installed and used for production, then this will ease rewinding. | |||||
| * | Robet P. J. DAY: typoes. | Yann E. MORIN" | 2008-02-14 | 1 | -2/+2 | |
| | | ||||||
| * | Fix using --local. | Yann E. MORIN" | 2007-09-16 | 1 | -1/+0 | |
| | | ||||||
| * | Stop build if Makefile.in was changed. | Yann E. MORIN" | 2007-09-14 | 1 | -1/+6 | |
| | | ||||||
| * | Add the framework to have architecture-specific configuration and functions. | Yann E. MORIN" | 2007-09-14 | 1 | -1/+2 | |
| | | | | | API is not yet defined. | |||||
| * | Fix printing the version string when configured with --local. | Yann E. MORIN" | 2007-08-15 | 1 | -1/+1 | |
| | | ||||||
| * | Have Mekfile.in be a little more verbose. | Yann E. MORIN" | 2007-08-07 | 1 | -2/+8 | |
| | | ||||||
| * | Fix Makefile.in: | Yann E. MORIN" | 2007-08-07 | 1 | -2/+2 | |
| | | | | | | - correctly generate the documentation, - correctly remove generated documentation. | |||||
| * | Revert previous spurious commit. | Yann E. MORIN" | 2007-08-07 | 1 | -2/+2 | |
| | | ||||||
| * | Fix the Makefile.in to correctly remove generated documentation. | Yann E. MORIN" | 2007-08-07 | 1 | -2/+2 | |
| | | ||||||
| * | Remove the correct file when cleaning. | Yann E. MORIN" | 2007-07-30 | 1 | -1/+1 | |
| | | ||||||
| * | Change the way the compressed man page is built/installed. | Yann E. MORIN" | 2007-07-30 | 1 | -5/+8 | |
| | | ||||||
| * | Overwrite pre-existing compressed man page. | Yann E. MORIN" | 2007-07-30 | 1 | -1/+1 | |
| | | ||||||
| * | Install a compressed man page (as per Debian's policy). | Yann E. MORIN" | 2007-07-30 | 1 | -1/+2 | |
| | | | | | (Yes, you guessed: I'll try to have crosstool-NG packaged in Debian) | |||||
| * | Fix uninstalling man. | Yann E. MORIN" | 2007-07-28 | 1 | -0/+2 | |
| | | ||||||
| * | Fix install: man page was not being installed. | Yann E. MORIN" | 2007-07-28 | 1 | -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-22 | 1 | -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-22 | 1 | -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-17 | 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. | |||||
| * | Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion. | Yann E. MORIN" | 2007-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | Echo what's going on when make-ing and installing crosstool-NG. Use ↵ | Yann E. MORIN" | 2007-07-14 | 1 | -2/+14 | |
| | | | | | kernel-like simplified messages. | |||||
| * | Overwrite existing symlinks when installing crosstool-NG. | Yann E. MORIN" | 2007-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | Fix the install procedure: | Yann E. MORIN" | 2007-07-08 | 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. | |||||
| * | Kill "./configure --local", it does not work and it is dangerous if one ↵ | Yann E. MORIN" | 2007-07-03 | 1 | -13/+5 | |
| | | | | | tries to "make uninstall"! | |||||
| * | Get rid of eclipse fiels once and for all. | Yann E. MORIN" | 2007-07-02 | 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. | |||||
| * | Don't install licenses files. | Yann E. MORIN" | 2007-07-02 | 1 | -3/+3 | |
| | | ||||||
| * | Fix running without installing. | Yann E. MORIN" | 2007-07-01 | 1 | -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-01 | 1 | -1/+2 | |
| | | ||||||
| * | Merge the build system to trunk: ct-ng is now installable: | Yann E. MORIN" | 2007-07-01 | 1 | -0/+109 | |
| - ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action> | ||||||
