[Pkg-cyrus-sasl2-commits] r581 - /cyrus-sasl-2.1/branches/package-consolidate/debian/rules
roberto at users.alioth.debian.org
roberto at users.alioth.debian.org
Sat Aug 21 21:59:08 UTC 2010
Author: roberto
Date: Sat Aug 21 21:59:08 2010
New Revision: 581
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=581
Log:
clean up debian/rules
Modified:
cyrus-sasl-2.1/branches/package-consolidate/debian/rules
Modified: cyrus-sasl-2.1/branches/package-consolidate/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/branches/package-consolidate/debian/rules?rev=581&op=diff
==============================================================================
--- cyrus-sasl-2.1/branches/package-consolidate/debian/rules (original)
+++ cyrus-sasl-2.1/branches/package-consolidate/debian/rules Sat Aug 21 21:59:08 2010
@@ -251,7 +251,7 @@
(cd $(TMPBUILD_HEIMDAL); $(MAKE);)
# Build sample-{client,server}
- make -f $(CURDIR)/debian/sample/Makefile -C $(CURDIR)/sample T=$(CURDIR)
+ $(MAKE) -f $(CURDIR)/debian/sample/Makefile -C $(CURDIR)/sample T=$(CURDIR)
touch build-arch-stamp
@@ -366,8 +366,8 @@
###
test: build-arch build-indep
dh_testdir
- cd saslauthd && make testsaslauthd
- cd utils && make testsuite
+ cd $(TMPBUILD_MIT)/saslauthd && $(MAKE) testsaslauthd
+ cd $(TMPBUILD_MIT)/utils && $(MAKE) testsuite
###
# Assemble the binary packages.
More information about the Pkg-cyrus-sasl2-commits
mailing list