monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] Revision 7d34487a6e20fa3d804826c1fea0ba906eb274


From: monotone
Subject: [Monotone-commits-diffs] Revision 7d34487a6e20fa3d804826c1fea0ba906eb27404
Date: Tue, 6 Nov 2007 18:07:07 +0100

-----------------------------------------------------------------
Revision: 7d34487a6e20fa3d804826c1fea0ba906eb27404
Ancestor: f03b028808439b04b49fea1ac31d058de5f4e80a
Author: Richard Levitte <address@hidden>
Date: 2007-11-06T14:33:04
Branch: net.venge.monotone

Modified files:
        debian/rules

ChangeLog: 

        * debian/rules: Lintian recommends another method to ignore
        problems with missing Makefiles:

        A rule in the debian/rules file for this package calls the package's
        clean or distclean target with a line like:
        
         -$(MAKE) distclean
        
        The leading - tells make to ignore all errors. Normally this is done
        for packages using Autoconf since Makefile may not exist. However,
        this line ignores all other error messages, not just the missing
        Makefile error. It's better to use:
        
         [ ! -f Makefile ] || $(MAKE) distclean
        
        so that other error messages from the clean or distclean rule will
        still be caught.

Attachment: txt48m4mOh5G4.txt
Description: Diff [f03b028808439b04b49fea1ac31d058de5f4e80a] -> [7d34487a6e20fa3d804826c1fea0ba906eb27404]


reply via email to

[Prev in Thread] Current Thread [Next in Thread]