mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +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 && \
|
||||
yes "" |make -C $(CT_TOP_DIR) defoldconfig >/dev/null 2>&1 && \
|
||||
make -C $(CT_TOP_DIR) && \
|
||||
echo "Making tarball for sample \"$${samp}\"" && \
|
||||
make -C $(CT_TOP_DIR) tarball && \
|
||||
chmod -R u+w $(CT_TOP_DIR)/targets && \
|
||||
rm -rf $(CT_TOP_DIR)/targets; \
|
||||
echo "Cleaning sample \"$${samp}\"" && \
|
||||
make -C $(CT_TOP_DIR) distclean; \
|
||||
done
|
||||
@make distclean
|
||||
|
||||
saveconfig:
|
||||
$(CT_TOP_DIR)/scripts/saveSample.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user