diff options
author | Alexey Neyman <stilor@att.net> | 2019-04-04 16:43:51 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-04-04 18:57:42 -0700 |
commit | 8e24bb22d0f5f35c97af75bffbe3ebf052604c9e (patch) | |
tree | 6e7a57db00f981f0cf33ba20823184d1d8cd65ae /bootstrap | |
parent | f9b57cc78a9ba496942743046a0d640a3daed026 (diff) | |
download | crosstool-ng-8e24bb22d0f5f35c97af75bffbe3ebf052604c9e.tar.gz crosstool-ng-8e24bb22d0f5f35c97af75bffbe3ebf052604c9e.tar.bz2 crosstool-ng-8e24bb22d0f5f35c97af75bffbe3ebf052604c9e.zip |
Do not include config/configure.in into the release tarball
Fixes #1176
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -801,10 +801,10 @@ msg "*** Gathering the list of data files to install" scripts/compile | scripts/missing | scripts/depcomp | scripts/ltmain.sh | scripts/install-sh) continue ;; - # Special hack for configure.in.in - replace with the file that configure + # # will produce. FIXME: create this file at the time of 'ct-ng build'. - config/configure.in.in) - f=config/configure.in + config/configure.in.in | config/configure.in) + continue ;; esac # Checks & substitutions above may result in duplicate files |