[Pkg-cyrus-sasl2-commits] r566 - /cyrus-sasl-2.1/branches/package-consolidate/debian/rules
roberto at users.alioth.debian.org
roberto at users.alioth.debian.org
Fri Aug 20 02:36:20 UTC 2010
Author: roberto
Date: Fri Aug 20 02:36:20 2010
New Revision: 566
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=566
Log:
Fix make invocations
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=566&op=diff
==============================================================================
--- cyrus-sasl-2.1/branches/package-consolidate/debian/rules (original)
+++ cyrus-sasl-2.1/branches/package-consolidate/debian/rules Fri Aug 20 02:36:20 2010
@@ -237,8 +237,14 @@
# Certain symlinks get created too late, resulting in a
# build failure. We work around this by running make twice,
# ignoring the first failure.
- (cd $(TMPBUILD_MIT); -$(MAKE); $(MAKE); cd ..)
- (cd $(TMPBUILD_HEIMDAL); -$(MAKE); $(MAKE); cd ..)
+ (cd $(TMPBUILD_MIT); \
+ -$(MAKE); \
+ $(MAKE); \
+ cd ..)
+ (cd $(TMPBUILD_HEIMDAL); \
+ -$(MAKE); \
+ $(MAKE); \
+ cd ..)
# Build sample-{client,server}
make -f $(CURDIR)/debian/sample/Makefile -C $(CURDIR)/sample T=$(CURDIR)
More information about the Pkg-cyrus-sasl2-commits
mailing list