aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-03-13 13:07:24 +0100
committerCyril SIX <cyril.six@kalray.eu>2019-03-13 13:07:24 +0100
commit41c895850f75e3084fc8efdb7c9b1f7c8ec4fa5d (patch)
tree3126fa4af7ba97dbc4f4f841a81820c95a2e35a3 /Makefile
parent8f972659841ad38f6f548161b5ca3cfcbdd135cb (diff)
parent72ba1c282e2a8bfd0e826352a251fa71bfb71e05 (diff)
downloadcompcert-kvx-41c895850f75e3084fc8efdb7c9b1f7c8ec4fa5d.tar.gz
compcert-kvx-41c895850f75e3084fc8efdb7c9b1f7c8ec4fa5d.zip
Merge branch 'master' into mppa_postpass
Conflicts: .gitignore runtime/include/stdbool.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f2a18d3f..ed9059db 100644
--- a/Makefile
+++ b/Makefile
@@ -272,6 +272,7 @@ clean:
rm -f extraction/STAMP extraction/*.ml extraction/*.mli .depend.extr
rm -f tools/ndfun tools/modorder tools/*.cm? tools/*.o
rm -f $(GENERATED) .depend
+ rm -f .lia.cache
$(MAKE) -f Makefile.extr clean
$(MAKE) -C runtime clean
$(MAKE) -C test clean
@@ -283,12 +284,8 @@ distclean:
check-admitted: $(FILES)
@grep -w 'admit\|Admitted\|ADMITTED' $^ || echo "Nothing admitted."
-# Problems with coqchk (coq 8.6):
-# Integers.Int.Z_mod_modulus_range takes forever to check
-# compcert.backend.SelectDivproof.divs_mul_shift_2 takes forever to check
-
check-proof: $(FILES)
- $(COQCHK) -admit compcert.lib.Integers -admit compcert.backend.SelectDivproof compcert.driver.Complements
+ $(COQCHK) compcert.driver.Complements
print-includes:
@echo $(COQINCLUDES)