[Pkg-ocaml-maint-commits] [SCM] xstrp4 packaging branch, master, updated. debian/1.8-1

Sylvain Le Gall gildor at debian.org
Thu Dec 2 00:02:22 UTC 2010


The following commit has been merged in the master branch:
commit 1d1ad1825bdcd0575c88d758520159b10e60687f
Author: Sylvain Le Gall <gildor at debian.org>
Date:   Wed Dec 1 13:00:01 2010 +0000

    Fix clean and distclean targets

diff --git a/Makefile b/Makefile
index 3458442..882ffd6 100644
--- a/Makefile
+++ b/Makefile
@@ -55,12 +55,11 @@ uninstall:
 
 .PHONY: clean
 clean:
-	rm -f *.cmi *.cmo *.cma *.cmx *.o *.a *.cmxa sample
-	rm -f xstrp4_here.ml
+	$(RM) *.cmi *.cmo *.cma *.cmx *.o *.a *.cmxa sample
 
 .PHONY: distclean
 distclean: clean
-	rm -f *~ depend depend.pkg
+	$(RM) *~ depend depend.pkg Makefile.conf
 
 RELEASE: META
 	awk '/version/ { print substr($$3,2,length($$3)-2) }' META >RELEASE

-- 
xstrp4 packaging



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