diff options
author | Alexey Neyman <stilor@att.net> | 2018-11-26 23:50:47 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-11-26 23:50:47 -0800 |
commit | 71d85c9e16a040301b7d19c610175caf1ecee9cd (patch) | |
tree | 076067a67c77a75769814a103a149d189bd33ef4 /bootstrap | |
parent | 5256e4768fde1bf20ffa459f5d4bd576c99ac375 (diff) | |
download | crosstool-ng-71d85c9e16a040301b7d19c610175caf1ecee9cd.tar.gz crosstool-ng-71d85c9e16a040301b7d19c610175caf1ecee9cd.tar.bz2 crosstool-ng-71d85c9e16a040301b7d19c610175caf1ecee9cd.zip |
Include testing/ into the release.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -745,12 +745,7 @@ msg "*** Gathering the list of data files to install" find COPYING config contrib licenses.d packages samples scripts -type f | LANG=C sort | while read f; do # Implement some kind of .installignore for these files? case "${f}" in - # Skip certain files not needed at runtime (used above for generating kconfig - # fragments). - packages/*.help | packages/*.desc) - continue - ;; - # And, some file automake insists we must have + # And, some files automake insists we must have scripts/compile | scripts/missing | scripts/depcomp | scripts/ltmain.sh | scripts/install-sh) continue ;; |