[Pkg-cyrus-sasl2-commits] r155 - /cyrus-sasl-2.1/trunk/debian/rules
    fabbe at users.alioth.debian.org 
    fabbe at users.alioth.debian.org
       
    Sat Nov 18 13:41:34 CET 2006
    
    
  
Author: fabbe
Date: Sat Nov 18 13:41:34 2006
New Revision: 155
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=155
Log:
Add comment to separate the two make invocations, so that build logs become easier to read.
Modified:
    cyrus-sasl-2.1/trunk/debian/rules
Modified: cyrus-sasl-2.1/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/rules?rev=155&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/rules (original)
+++ cyrus-sasl-2.1/trunk/debian/rules Sat Nov 18 13:41:34 2006
@@ -156,6 +156,7 @@
 	# build failure. We work around this by running make twice,
 	# ignoring the first failure.
 	-$(MAKE)
+	# Here we run make again (this comment makes build log more readable)
 	$(MAKE)
 
 	# Build sample-{client,server}
    
    
More information about the Pkg-cyrus-sasl2-commits
mailing list