mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-11 13:05:19 +00:00
Add intermediate mesages when building regtests.
Distclean the repository after each sample during regtests.
This commit is contained in:
parent
eae28ee8af
commit
b166f010a2
@ -38,11 +38,11 @@ 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 "" |make -C $(CT_TOP_DIR) defoldconfig >/dev/null 2>&1 && \
|
yes "" |make -C $(CT_TOP_DIR) defoldconfig >/dev/null 2>&1 && \
|
||||||
make -C $(CT_TOP_DIR) && \
|
make -C $(CT_TOP_DIR) && \
|
||||||
|
echo "Making tarball for sample \"$${samp}\"" && \
|
||||||
make -C $(CT_TOP_DIR) tarball && \
|
make -C $(CT_TOP_DIR) tarball && \
|
||||||
chmod -R u+w $(CT_TOP_DIR)/targets && \
|
echo "Cleaning sample \"$${samp}\"" && \
|
||||||
rm -rf $(CT_TOP_DIR)/targets; \
|
make -C $(CT_TOP_DIR) distclean; \
|
||||||
done
|
done
|
||||||
@make distclean
|
|
||||||
|
|
||||||
saveconfig:
|
saveconfig:
|
||||||
$(CT_TOP_DIR)/scripts/saveSample.sh
|
$(CT_TOP_DIR)/scripts/saveSample.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user