aboutsummaryrefslogtreecommitdiff
path: root/Makefile.build
diff options
context:
space:
mode:
authorletouzey2009-03-16 13:41:44 +0000
committerletouzey2009-03-16 13:41:44 +0000
commit2ad3eaa5e34c8cc1d2e15fbd2f9e8fbae715b2ce (patch)
tree91b9879886a93a652603a9f8cc22a569d521b51c /Makefile.build
parent171c73b40b985f604e4d6c1529fb28d1dfa8e300 (diff)
Makefile: minor improvements
* no need anymore for special rules for -rectypes: we use it everywhere * $(REVISIONCMO) is obsolete * avoid triple references to almost all files of kernel/ git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11982 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build15
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile.build b/Makefile.build
index ea2fad1284..5d5ff8533a 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -768,21 +768,6 @@ toplevel/mltop.optml: toplevel/mltop.ml4 config/Makefile # no camlp4deps here
$(NATDYNLINKDEF) -impl $< > $@ \
|| ( RV=$$?; rm -f "$@"; exit $${RV} )
-# files compiled with -rectypes
-
-define rectypes-rules-template
-$(1:.ml=.cmo): $(1) | $(1).d
- $(SHOW)'OCAMLC -rectypes $$<'
- $(HIDE)$(OCAMLC) -rectypes $(BYTEFLAGS) -c $$<
-
-$(1:.ml=.cmx): $(1) | $(1).d
- $(SHOW)'OCAMLOPT -rectypes $$<'
- $(HIDE)$(OCAMLOPT) -rectypes $(OPTFLAGS) -c $$<
-
-endef
-
-$(foreach f,$(RECTYPESML),$(eval $(call rectypes-rules-template,$(f))))
-
# pretty printing of the revision number when compiling a checked out
# source tree
.PHONY: revision