[Pkg-ocaml-maint-commits] [SCM] dose2 packaging branch, master, updated. a6e2dc48f8f8c55538b596ae7e3015187c714278

Stefano Zacchiroli zack at upsilon.cc
Thu May 15 22:06:15 UTC 2008


The following commit has been merged in the master branch:
commit ab4ea1de0c5e285a271409209209e63d4f9e77aa
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu May 15 23:41:00 2008 +0200

    clean up dirts

diff --git a/Makefile.in b/Makefile.in
index 649a9ec..eccaee5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -15,6 +15,7 @@ DIRTS = \
 	dql/Makefile \
 	io/Makefile \
 	ocamldeb/Makefile \
+	META \
 	$(NULL)
 
 all: depend @BEST@
@@ -32,6 +33,7 @@ ncl:
 .PHONY: clean depend install
 
 clean:
+	rm -f $(DIRTS)
 	@for i in $(DIRS); do \
 		$(MAKE) -C $$i clean; \
 	done

-- 
dose2 packaging



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