[MLton-commit] r7274
Wesley Terpstra
wesley at mlton.org
Thu Oct 15 12:32:31 PDT 2009
Clean svn out of source package
----------------------------------------------------------------------
U mlton/trunk/package/debian/rules
----------------------------------------------------------------------
Modified: mlton/trunk/package/debian/rules
===================================================================
--- mlton/trunk/package/debian/rules 2009-10-15 19:28:54 UTC (rev 7273)
+++ mlton/trunk/package/debian/rules 2009-10-15 19:32:30 UTC (rev 7274)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-VERSION=$(dpkg-parsechangelog | grep Version | cut -d" " -f2)
+VERSION := $(shell dpkg-parsechangelog | grep Version | cut -d" " -f2)
CP = cp -fpR
configure: configure-stamp
@@ -16,7 +16,7 @@
clean:
rm -f build-stamp configure-stamp
- $(MAKE) clean
+ $(MAKE) clean clean-svn
BUILDDIR = $(CURDIR)/debian/mlton
install: build
More information about the MLton-commit
mailing list