[dh-make-perl] 02/02: defer {real,dist}clean to ./Build too
Damyan Ivanov
dmn at alioth.debian.org
Thu Aug 8 21:50:46 UTC 2013
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository dh-make-perl.
commit 3601e5c7134925c7036a692a5fd10ffb1439caa1
Author: Damyan Ivanov <dmn at debian.org>
Date: Thu Aug 8 23:49:18 2013 +0200
defer {real,dist}clean to ./Build too
no need to remove generated content, which is ignored anyway
---
Makefile | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/Makefile b/Makefile
index 117b4e7..edd41a9 100644
--- a/Makefile
+++ b/Makefile
@@ -18,13 +18,8 @@ orig:
dist: manifest
./Build $@
-clean:
+clean realclean distclean:
[ ! -e Build ] || ./Build $@
-realclean distclean: clean
- [ ! -e MANIFEST ] || rm MANIFEST
- [ ! -e META.yml ] || rm META.yml
- [ ! -e META.json ] || rm META.json
-
.PHONY: all build install test orig dist manifest clean realclean distclean
# vim: noet
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git
More information about the Pkg-perl-cvs-commits
mailing list