aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
* scripts: fix installing samplesYann E. MORIN"2011-04-281-4/+6
| | | | | | | | It's been a while now that the working directory CT_WORK_DIR has been changed from 'targets' to '.build'. Fix the install procedure to properly tweak the installed samples. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: split into multiple filesYann E. MORIN"2010-08-141-2/+2
| | | | | | | The overview.txt file has evolved into more than just an overview. Split it into chapters, and include the misc tutorials. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* configure: fix --mandirYann E. MORIN"2010-07-151-3/+8
| | | | | --mandir points to the base dir of the man pages, so we have to append our man section below given dir.
* scripts: enhance Makefile for installationYann E. MORIN"2010-06-271-19/+26
| | | | | Split the multiple directory copies into autonomous rules. Fix the autocompletion message.
* test-suite: correctly install when not --localAndy Gibbs"2010-06-251-1/+1
|
* ct-ng: Add ability to configure and use some GNU toolsTitus von Boxberg2010-05-171-0/+10
| | | | Make the paths to libtool, objcopy, objdump, readelf, patch configurable.
* scripts: misc help and auto-complete fixesYann E. MORIN"2010-04-021-1/+5
| | | | | | | | | | - don't list samples in the main help screen - improve the samples listing in list-samples - don't document the 'config' action, it's long dead - document the 'V' environment variable - improve on START, STOP and PREFIX environment variables - add PREFIX and V to autocomplete - advertise auto-complete at install time
* Fix typos and adjust some documentation.Frederic Roussel"2009-11-171-1/+1
|
* docs: get rid of any reference to the now long-gone svn repositoryYann E. MORIN"2009-10-101-5/+5
|
* ./configure:Yann E. MORIN"2009-05-131-3/+3
| | | | | | | | - fix a few messages -------- diffstat follows -------- /trunk/Makefile.in | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
* Add a new action: show-tupleYann E. MORIN"2009-05-131-1/+3
| | | | | | | | | | | | - in a directory containing a crosstool-NG configuration, prints the tuple of the configured target to stdout. -------- diffstat follows -------- /trunk/Makefile.in | 4 3 1 0 +++- /trunk/scripts/showTuple.sh.in | 30 30 0 0 ++++++++++++++++++++++++++++++ /trunk/ct-ng.comp | 2 1 1 0 +- /trunk/ct-ng.in | 10 9 1 0 +++++++++- 4 files changed, 43 insertions(+), 3 deletions(-)
* There's no longer any reason to require GNU awk:Yann E. MORIN"2009-04-201-2/+0
| | | | | | | | | | | | | | | - the only part that required it (socks proxy settings) is gone, - all remaining awk scripts are POSIXly correct (or should be). -------- diffstat follows -------- /trunk/configure | 5 2 3 0 ++--- /trunk/Makefile.in | 2 0 2 0 -- /trunk/scripts/build/kernel/linux.sh | 2 1 1 0 +- /trunk/scripts/build/internals.sh | 1 0 1 0 - /trunk/scripts/build/mpfr.sh | 2 1 1 0 +- /trunk/scripts/functions | 4 2 2 0 ++-- /trunk/scripts/saveSample.sh.in | 4 2 2 0 ++-- 7 files changed, 8 insertions(+), 12 deletions(-)
* Set the execute bit on generated script at build time, not install time.Yann E. MORIN"2009-04-201-7/+3
| | | | | | | | | Do not advertise "make install" when ./configure-d with "--local". -------- diffstat follows -------- /trunk/configure | 8 5 3 0 +++++--- /trunk/Makefile.in | 10 3 7 0 +++------- 2 files changed, 8 insertions(+), 10 deletions(-)
* Use tools discovered by ./configure in scripts/saveSample.shYann E. MORIN"2009-02-011-1/+6
| | | | | | /trunk/Makefile.in | 7 6 1 0 ++++++- /trunk/scripts/saveSample.sh.in | 23 13 10 0 +++++++++++++---------- 2 files changed, 19 insertions(+), 11 deletions(-)
* Set proper mode to installed files; fixes running when not using --local.Yann E. MORIN"2009-02-011-3/+5
| | | | | /trunk/Makefile.in | 8 5 3 0 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
* Ignore generated file, remove generated file on clean.Yann E. MORIN"2009-01-271-0/+2
| | | | | /trunk/Makefile.in | 2 2 0 0 ++ 1 file changed, 2 insertions(+)
* Finally used the discovered paths from ./configure in scripts/crosstool-NG.sh:Yann E. MORIN"2009-01-261-2/+48
| | | | | | | | | | - fix Makefile to really, really not used built-in rules and variables - have scripts/crosstool-NG.sh generated from scripts/crosstool-NG.sh.in - create a bin-overide directory ( in ${CT_WORK_DIR}/bin ) that contains shell wrappers to the actual discovered tools /trunk/scripts/crosstool-NG.sh.in | 27 23 4 0 +++++++++++++++++++++--- /trunk/Makefile.in | 50 48 2 0 +++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 71 insertions(+), 6 deletions(-)
* Makefile.in: remove generated paths.mk during cleanYann E. MORIN"2009-01-251-0/+2
| | | | | /trunk/Makefile.in | 2 2 0 0 ++ 1 file changed, 2 insertions(+)
* Makefile.in: create and install the Makefile and shell-script fragment ↵Yann E. MORIN"2009-01-251-27/+39
| | | | | | | "paths.mk", containing the paths found by ./configure /trunk/Makefile.in | 66 39 27 0 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 39 insertions(+), 27 deletions(-)
* Makefile.in: re-order tools in alphabetical order.Yann E. MORIN"2009-01-251-2/+2
| | | | | /trunk/Makefile.in | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* Fix Makefile.in to use the correct variables.Yann E. MORIN"2009-01-181-8/+8
| | | | | /trunk/Makefile.in | 16 8 8 0 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
* Use ./configure-discovered paths in Makefile.Yann E. MORIN"2009-01-181-24/+31
| | | | | | /trunk/Makefile.in | 55 31 24 0 +++++++++++++++++++++++++++++++------------------------ /trunk/ct-ng.in | 2 1 1 0 +- 2 files changed, 32 insertions(+), 25 deletions(-)
* Small Makefile fixes.Yann E. MORIN"2008-12-281-12/+17
| | | | | /trunk/Makefile.in | 29 17 12 0 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-)
* Get rid of the tols/ directory:Yann E. MORIN"2008-12-161-5/+5
| | | | | | | | | | | - move config.guess and config.sub from tools/ into scripts/ - update the scripts and makefile fragments accordingly /trunk/Makefile.in | 10 5 5 0 +++++----- /trunk/scripts/functions | 16 8 8 0 ++++++++-------- /trunk/scripts/scripts.mk | 28 13 15 0 +++++++++++++--------------- /trunk/ct-ng.in | 4 2 2 0 ++-- 4 files changed, 28 insertions(+), 30 deletions(-)
* Get rid of the local-test in Makefile.Yann E. MORIN"2008-11-161-11/+19
| | | | | | /trunk/Makefile.in | 30 19 11 0 +++++++++++++++++++----------- /trunk/docs/overview.txt | 25 13 12 0 +++++++++++++------------ 2 files changed, 32 insertions(+), 23 deletions(-)
* Honor the DESTDIR variable to install out-of-place (Eg. for packaging).Yann E. MORIN"2008-11-161-26/+36
| | | | | | | /trunk/configure | 10 10 0 0 +++++++++ /trunk/Makefile.in | 62 36 26 0 +++++++++++++++++++++++++++++++----------------------- /trunk/docs/overview.txt | 12 12 0 0 ++++++++++ 3 files changed, 58 insertions(+), 26 deletions(-)
* Third shot at moving arch/ into config/ .Yann E. MORIN"2008-10-031-1/+1
| | | | | /trunk/Makefile.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Force CT_WORK_DIR to "${CT_TOP_DIR}/targets" when saving the config as a new ↵Yann E. MORIN"2008-06-301-2/+3
| | | | | | | sample. /trunk/Makefile.in | 5 3 2 0 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
* Remove 'make' warning whith ./configure --local.Yann E. MORIN"2008-06-141-3/+3
| | | | | | | Eye-candy. /trunk/Makefile.in | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
* Re-instate a functionnal --local test.Yann E. MORIN"2008-06-111-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-111-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-111-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-011-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-011-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-171-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-141-2/+2
|
* Fix using --local.Yann E. MORIN"2007-09-161-1/+0
|
* Stop build if Makefile.in was changed.Yann E. MORIN"2007-09-141-1/+6
|
* Add the framework to have architecture-specific configuration and functions.Yann E. MORIN"2007-09-141-1/+2
| | | | API is not yet defined.
* Fix printing the version string when configured with --local.Yann E. MORIN"2007-08-151-1/+1
|
* Have Mekfile.in be a little more verbose.Yann E. MORIN"2007-08-071-2/+8
|
* Fix Makefile.in:Yann E. MORIN"2007-08-071-2/+2
| | | | | - correctly generate the documentation, - correctly remove generated documentation.
* Revert previous spurious commit.Yann E. MORIN"2007-08-071-2/+2
|
* Fix the Makefile.in to correctly remove generated documentation.Yann E. MORIN"2007-08-071-2/+2
|
* Remove the correct file when cleaning.Yann E. MORIN"2007-07-301-1/+1
|
* Change the way the compressed man page is built/installed.Yann E. MORIN"2007-07-301-5/+8
|
* Overwrite pre-existing compressed man page.Yann E. MORIN"2007-07-301-1/+1
|
* Install a compressed man page (as per Debian's policy).Yann E. MORIN"2007-07-301-1/+2
| | | | (Yes, you guessed: I'll try to have crosstool-NG packaged in Debian)
* Fix uninstalling man.Yann E. MORIN"2007-07-281-0/+2
|
* 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.