diff options
author | Alexey Neyman <stilor@att.net> | 2019-02-09 15:55:16 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-02-09 15:55:16 -0800 |
commit | 74a53fdf3eb383f09bdbf0d4adf8d2e26f838bd1 (patch) | |
tree | 59f7c27a3d83f8ede979e58407c0a40c2d75b10b /bootstrap | |
parent | 09cb590847e5e26e5bb029c1a2693cfa7a1e99b6 (diff) | |
download | crosstool-ng-74a53fdf3eb383f09bdbf0d4adf8d2e26f838bd1.tar.gz crosstool-ng-74a53fdf3eb383f09bdbf0d4adf8d2e26f838bd1.tar.bz2 crosstool-ng-74a53fdf3eb383f09bdbf0d4adf8d2e26f838bd1.zip |
Use enhanced framework for 'ct-ng update-samples'
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -780,7 +780,7 @@ msg "*** Gathering the list of data files to install" # Implement some kind of .installignore for these files? case "${f}" in # Avoid temp files - .*.swp|.*.swo) + *.sw[po]) continue ;; # And, some files automake insists we must have |