From 7a728ca6a52ff8c1a1ad43c81cf9289a61dca107 Mon Sep 17 00:00:00 2001 From: Andreas Klebinger Date: Mon, 8 Mar 2021 13:31:01 +0100 Subject: Add a distclean command to hadrian. 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. --- hadrian/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hadrian/README.md') diff --git a/hadrian/README.md b/hadrian/README.md index d0ab7a274d..fcbe185a10 100644 --- a/hadrian/README.md +++ b/hadrian/README.md @@ -210,6 +210,9 @@ is close to zero (see [#197][test-issue]). * `build clean` removes all build artefacts. +* `build distclean` additionally remove the mingw tarballs and fs* files created + by configure. + * `build -B` forces Shake to rerun all rules, even if the previous build results are still up-to-date. -- cgit v1.2.1