Skip to content
Snippets Groups Projects
Commit dd846ba1 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[doc] Remove obsolete check

Current ACSL version retrieves the Frama-C version info from
Frama-C directory itself: there's no need to check coherence
anymore
parent 3ff2aae3
No related branches found
No related tags found
No related merge requests found
...@@ -138,12 +138,6 @@ $(info 'acsl' not in doc; try: git clone https://github.com/acsl-language/acsl.g ...@@ -138,12 +138,6 @@ $(info 'acsl' not in doc; try: git clone https://github.com/acsl-language/acsl.g
else else
ACSL_SUFFIX=$(shell grep acslversion acsl/version.tex | sed 's/.*{\([^{}\\]*\).*/\1/') ACSL_SUFFIX=$(shell grep acslversion acsl/version.tex | sed 's/.*{\([^{}\\]*\).*/\1/')
ACSL_IMPLEM_VERSION=$(shell grep fcversion acsl/version.tex | sed 's/.*{\([^{}\\]*\).*/\1/')
# Sanity check: version differences between Frama-C and ACSL
ifneq ($(ACSL_IMPLEM_VERSION),$(VERSION))
$(info WARNING: ACSL implementation refers to a different Frama-C version: $(ACSL_IMPLEM_VERSION) versus $(VERSION))
endif
clean:: clean::
$(MAKE) -C acsl clean $(MAKE) -C acsl clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment