diff options
| author | Cyril Cohen | 2017-10-23 15:52:09 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2017-10-23 15:54:07 +0200 |
| commit | dd730ed0569d57944435b6bb599bffd8c382c126 (patch) | |
| tree | 3c1759c526d3588ec17ddc356b588a049de75bef /mathcomp/character | |
| parent | f418fee13c770b27f2bf4fbfdfa2a1179596355e (diff) | |
Remove compatibility with Coq.8.4 (and compatibility hacks that went with it)
Diffstat (limited to 'mathcomp/character')
| -rw-r--r-- | mathcomp/character/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mathcomp/character/Makefile b/mathcomp/character/Makefile index ad0cab5..14acb5c 100644 --- a/mathcomp/character/Makefile +++ b/mathcomp/character/Makefile @@ -4,24 +4,7 @@ ifeq "$(COQBIN)" "" COQBIN=$(dir $(shell which coqtop))/ endif -BRANCH_coq = $(shell $(COQBIN)/coqtop -v | head -1 | sed 's/.*version \([0-9]\.[0-9]\)[^ ]* .*/v\1/') - -HASH_coq = $(shell echo Quit. | $(COQBIN)/coqtop 2>&1 | head -1 | sed 's/^.*(\([a-f0-9]*\)).*/\1/' ) - -HASH_coq_v85beta1 = eaa3d0b15adf4eb11ffb00ab087746a5b15c4d5d - - -ifeq "$(HASH_coq)" "$(HASH_coq_v85beta1)" -V=v8.5beta1 -else -V=$(BRANCH_coq) -endif - -ifeq "$V" "v8.4" -COQDEP=../../etc/utils/ssrcoqdep -else COQDEP=$(COQBIN)/coqdep -endif OLD_MAKEFLAGS:=$(MAKEFLAGS) MAKEFLAGS+=-B |
