Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/round
diff options
context:
space:
mode:
Diffstat (limited to 'round')
-rwxr-xr-xround3
1 files changed, 2 insertions, 1 deletions
diff --git a/round b/round
index 49330f5172..0cd08c4daf 100755
--- a/round
+++ b/round
@@ -41,7 +41,8 @@ do
;;
sparse)
Meta/Make -j16 -- NO_REGEX=NoThanks SPARSE_FLAGS=-Wsparse-error "$t" &&
- Meta/Make -j16 -- NO_REGEX=NoThanks clean >/dev/null 2>&1
+ Meta/Make -j16 -- NO_REGEX=NoThanks clean >/dev/null 2>&1 &&
+ rm -f compat/regex/regex.o
;;
*)
Meta/Make -j16 "$t"