diff options
author | Alexey Neyman <stilor@att.net> | 2017-06-06 20:06:04 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-06-07 22:38:53 -0700 |
commit | 1b4e784a0ba636646def1db5ca012fd54ee7a81c (patch) | |
tree | 175814b416570817c9a16f3174276ea4cce78bbf /scripts | |
parent | 10089f3c9aa41bdf12f2ca1d85d052f347dd38d5 (diff) | |
download | crosstool-ng-1b4e784a0ba636646def1db5ca012fd54ee7a81c.tar.gz crosstool-ng-1b4e784a0ba636646def1db5ca012fd54ee7a81c.tar.bz2 crosstool-ng-1b4e784a0ba636646def1db5ca012fd54ee7a81c.zip |
Fix debuild warnings/errors
- Update .gitignore, do not place .gitignore into directories installed
in bulk
- Remove executable permissions and shebangs from the scripts that are
supposed to be invoked only via ct-ng frontent; prepend them with $(bash).
Despite what showSamples.sh said, it already has some bashisms.
- Remove --with autotools-dev and override dh_update_autotools_config
to avoid having config.{sub,guess} clobbered with older versions
- Install bash completion where Debian (now) expects it
- Update man page to use .\" as the comment delimiter, instead of
undefined macro (."); also, minor text edits.
- Install kconfig.mk without execute permission.
- Remove shell wrappers from 170-localedef-fix-trampoline.patch, we
do not use that for applying patches
- Revoke execute permissions on 210-expat.sh
- Get flags from dpkg-buildflags if available
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts')
-rw-r--r--[-rwxr-xr-x] | scripts/build/companion_libs/210-expat.sh | 0 | ||||
-rw-r--r-- | scripts/saveSample.sh.in | 2 | ||||
-rw-r--r-- | scripts/showConfig.sh.in | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | scripts/showSamples.sh | 3 |
4 files changed, 0 insertions, 7 deletions
diff --git a/scripts/build/companion_libs/210-expat.sh b/scripts/build/companion_libs/210-expat.sh index 5aa8e31b..5aa8e31b 100755..100644 --- a/scripts/build/companion_libs/210-expat.sh +++ b/scripts/build/companion_libs/210-expat.sh diff --git a/scripts/saveSample.sh.in b/scripts/saveSample.sh.in index 2eb1f40a..d9d999c9 100644 --- a/scripts/saveSample.sh.in +++ b/scripts/saveSample.sh.in @@ -1,5 +1,3 @@ -#!@@CT_bash@@ - # This script is responsible for saving the current configuration into a # sample to be used later on as a pre-configured target. diff --git a/scripts/showConfig.sh.in b/scripts/showConfig.sh.in index b4399959..9031b3cd 100644 --- a/scripts/showConfig.sh.in +++ b/scripts/showConfig.sh.in @@ -1,5 +1,3 @@ -#!@@CT_bash@@ - # What we need: # - the .config file diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index e60e29fc..1e5d50bd 100755..100644 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -1,6 +1,3 @@ -#!/bin/sh -# Yes, this is supposed to be a POSIX-compliant shell script. - # Parses all samples on the command line, and for each of them, prints # the versions of the main tools |