Skip to content

Add a distclean command to hadrian.

Andreas Klebinger requested to merge wip/andreask/validate_clean into master
Hadrian should behave well and not delete files created by configure
with the clean command. With this patch hadrian now deletes the fs/mingw
tarballs only with distclean.

This fixes #19320. The main impact being that validate won't have to
redownload the tarballs when re-run.

Merge request reports