[Pkg-wmaker-commits] [wmitime] 06/127: debian/rules: (clean): Add -f test for Makefile
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sat Aug 22 01:34:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmitime.
commit 1acbe0daccb72e03196fa1306a28ecc7c51925d9
Author: Jari Aalto <jari.aalto at cante.net>
Date: Fri Feb 1 18:04:35 2008 +0000
debian/rules: (clean): Add -f test for Makefile
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d144adb..c96c9b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,7 +55,7 @@ clean: unpatch
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) -C wmitime clean
+ [ ! -f wmitime/Makefile ] || $(MAKE) -C wmitime clean
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmitime.git
More information about the Pkg-wmaker-commits
mailing list