aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Laurent2020-04-02 18:34:52 +0200
committerOlivier Laurent2020-04-02 18:48:32 +0200
commita78a3619f0446d06346512ee3b855c5bf1eb5e78 (patch)
tree5b1da0cfb1fc69151b5112468d25f1958c6faaa3
parent971c8e12078980417c5865948b742dee38bd8593 (diff)
remove .lia.cache and .nia.cache by make cleanall
-rw-r--r--doc/changelog/08-tools/12006-issue5632.rst4
-rw-r--r--tools/CoqMakefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/12006-issue5632.rst b/doc/changelog/08-tools/12006-issue5632.rst
new file mode 100644
index 0000000000..162d56b1b6
--- /dev/null
+++ b/doc/changelog/08-tools/12006-issue5632.rst
@@ -0,0 +1,4 @@
+- **Added:**
+ ``Makefile`` generated by ``coq_makefile`` erases ``.lia.cache`` and ``.nia.cache`` by ``make cleanall``.
+ (`#12006 <https://github.com/coq/coq/pull/12006>`_,
+ by Olivier Laurent).
diff --git a/tools/CoqMakefile.in b/tools/CoqMakefile.in
index b8e498898b..f72b99c57c 100644
--- a/tools/CoqMakefile.in
+++ b/tools/CoqMakefile.in
@@ -616,6 +616,7 @@ cleanall:: clean
$(HIDE)rm -f $(VOFILES:.vo=.v.before-timing)
$(HIDE)rm -f $(VOFILES:.vo=.v.after-timing)
$(HIDE)rm -f $(VOFILES:.vo=.v.timing.diff)
+ $(HIDE)rm -f .lia.cache .nia.cache
.PHONY: cleanall
archclean::