[Pkg-ocaml-maint-commits] [SCM] ocaml-atd packaging branch, master, updated. debian/0.9.2-2-6-gcb0fbc7

Stephane Glondu steph at glondu.net
Sun Jul 10 22:09:34 UTC 2011


The following commit has been merged in the master branch:
commit 222741575b00dcc4c803fd95200054d772838deb
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Jul 7 12:13:55 2011 +0200

    Unapply patch

diff --git a/Makefile b/Makefile
index 3a865d1..e67eb84 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ endif
 
 default: all opt
 
-all: META atd.cma atdcat.byte
+all: META atd.cma
 
 opt: META atd.cmxa atdcat
 
@@ -119,11 +119,6 @@ atdcat: dep $(CMI) $(CMX) atdcat.ml
 		-package "$(OCAMLPACKS)" -linkpkg \
 		$(CMX) atdcat.ml
 
-atdcat.byte: dep $(CMI) $(CMO) atdcat.ml
-	ocamlfind ocamlc $(OCAMLFLAGS) -o atdcat \
-		-package "$(OCAMLPACKS)" -linkpkg \
-		$(CMO) atdcat.ml
-
 .PHONY: doc
 doc: odoc/index.html atdcat
 	cd manual; $(MAKE)
@@ -149,13 +144,6 @@ clean:
 	rm -f $(patsubst %.mly,%.ml, $(MLY))
 	rm -f $(patsubst %.mll,%.ml, $(MLL))
 	rm -f atdcat.cm[ioxa] atdcat.o atdcat.cma atdcat.cmxa
-	-$(RM) META
-	-$(RM) atd.a atd.cma atd.cmxa atd_version.ml atdcat 
-	-$(RM) test.out test.out.out test2.out
-	-$(RM) *.annot
-
-.PHONY: distclean
-distclean: clean
 	rm -rf odoc
 	cd manual; $(MAKE) clean
 

-- 
ocaml-atd packaging



More information about the Pkg-ocaml-maint-commits mailing list