[Pkg-mysql-commits] r943 - branches/sid-5.1/debian
Christian Hammers
ch at alioth.debian.org
Wed Oct 3 11:53:17 UTC 2007
Author: ch
Date: 2007-10-03 11:53:16 +0000 (Wed, 03 Oct 2007)
New Revision: 943
Modified:
branches/sid-5.1/debian/rules
Log:
Cleanups as suggeted by lintian
Modified: branches/sid-5.1/debian/rules
===================================================================
--- branches/sid-5.1/debian/rules 2007-10-03 11:23:40 UTC (rev 942)
+++ branches/sid-5.1/debian/rules 2007-10-03 11:53:16 UTC (rev 943)
@@ -6,8 +6,7 @@
include /usr/share/dpatch/dpatch.make
-PWD=$(shell pwd)
-TMP=$(PWD)/debian/tmp/
+TMP=$(CURDIR)/debian/tmp/
ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
ARCH_OS = $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
@@ -124,7 +123,7 @@
rm -f configure-stamp
rm -f build-stamp
- -make distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
# We like to see how long this is neccessary
@echo "CRUFT BEGIN"
More information about the Pkg-mysql-commits
mailing list