aboutsummaryrefslogtreecommitdiff
path: root/scripts/scripts.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix installation of the license fileAlexey Neyman2018-11-121-4/+4
| | | | | | | | | | | | | | | ... for ct-ng configured without --enable-local. Also, install licenses in subdirectories of the components. Also, ct-ng configured with --enable-local removed the scripts directory upon `ct-ng distclean`. Also, misspelled CT_WGET/CT_CURL variables prevented use of `ct-ng updatetools`. Fixes #1091. Signed-off-by: Alexey Neyman <stilor@att.net>
* Remove the need for configure substitutions in scriptsAlexey Neyman2018-04-071-0/+64
| | | | | | ... so that scripts/ directory can be installed verbatim. Signed-off-by: Alexey Neyman <stilor@att.net>
* Kill a generated fileAlexey Neyman2017-02-211-64/+0
| | | | | | ... and add it to .gitignore. Signed-off-by: Alexey Neyman <stilor@att.net>
* stat: determine whether it is BSD or GNU flavorAlexey Neyman2017-02-121-0/+64
| | | | | | Seems like MacOS may have either in the path. Signed-off-by: Alexey Neyman <stilor@att.net>
* Detect both wget/curl and allow user to select the agentAlexey Neyman2017-02-121-54/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix samples using GMP 4.3.2.Alexey Neyman2015-10-301-4/+4
| | | | | | | | | | | | | | Some older versions of configure (including the one in GMP 4.3.2) interpret the $ECHO environment variable as the `echo' utility to use. CT-NG sets the variable to `:' and exports it if V=0 or V=1 is supplied, breaking the samples using such configure. This currently includes bfin-unknown-linux-uclibc and powerpc-unknown-linux-uclibc. Also, correct the description of the V= variable - V=0 is *not* the default; in fact, default does not correspond to any of the V=[012] values. Signed-off-by: Alexey Neyman <stilor@att.net>
* scripts: some eye-candyYann E. MORIN"2009-10-301-1/+2
|
* scripts: fix updating config.{sub,guess}Yann E. MORIN"2009-10-301-4/+2
|
* Get rid of the tols/ directory:Yann E. MORIN"2008-12-161-0/+55
- 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(-)