mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-06 19:09:14 +00:00
Be a little more verbose during regtest to say that a sample did build.
This commit is contained in:
parent
f5e75095d0
commit
02e0cb51dd
@ -50,10 +50,13 @@ regtest:
|
|||||||
sed -i -r -e 's:^.*(CT_LOG_PROGRESS_BAR).*$$:\1=y:;' .config && \
|
sed -i -r -e 's:^.*(CT_LOG_PROGRESS_BAR).*$$:\1=y:;' .config && \
|
||||||
yes "" |$(CT_NG) defoldconfig >/dev/null 2>&1 && \
|
yes "" |$(CT_NG) defoldconfig >/dev/null 2>&1 && \
|
||||||
$(CT_NG) build && \
|
$(CT_NG) build && \
|
||||||
|
echo -e "\rSuccessfully built sample \"$${samp}\"" && \
|
||||||
echo -e "\rMaking tarball for sample \"$${samp}\"" && \
|
echo -e "\rMaking tarball for sample \"$${samp}\"" && \
|
||||||
$(CT_NG) tarball ; \
|
$(CT_NG) tarball && \
|
||||||
|
echo -e "\rSuccessfully built tarball for sample \"$${samp}\"" ; \
|
||||||
echo -e "\rCleaning sample \"$${samp}\"" ; \
|
echo -e "\rCleaning sample \"$${samp}\"" ; \
|
||||||
$(CT_NG) distclean ; \
|
$(CT_NG) distclean ; \
|
||||||
|
echo -e "\r" ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
saveconfig:
|
saveconfig:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user