diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-31 12:13:51 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-09-03 12:12:14 -0700 |
commit | 1e4eeb5c3b0f9156ed679c4aed50ba5f97c3939b (patch) | |
tree | c29bd1a8c1f569b93b01f43f3607a5b30a828e75 /maintainer | |
parent | e83a2e233326f183766b78e579332880339cb5e7 (diff) | |
download | crosstool-ng-1e4eeb5c3b0f9156ed679c4aed50ba5f97c3939b.tar.gz crosstool-ng-1e4eeb5c3b0f9156ed679c4aed50ba5f97c3939b.tar.bz2 crosstool-ng-1e4eeb5c3b0f9156ed679c4aed50ba5f97c3939b.zip |
Workaround for static uClibc-ng issue with -lpthread
Also, preserve .config when running test-package.sh.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer')
-rwxr-xr-x | maintainer/test-packages.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/maintainer/test-packages.sh b/maintainer/test-packages.sh index 26caaf8e..d6b84be0 100755 --- a/maintainer/test-packages.sh +++ b/maintainer/test-packages.sh @@ -189,6 +189,8 @@ EOF CT_EndStep } +mv .config .config-saved . maintainer/package-versions +mv .config-saved .config rm -rf ${CT_TARBALLS_DIR} ${CT_COMMON_SRC_DIR} |