Author: roam-guest
Date: 2009-03-31 21:56:13 +0000 (Tue, 31 Mar 2009)
New Revision: 9330

Modified:
   packages/trunk/xmahjongg/debian/changelog
   packages/trunk/xmahjongg/debian/rules
Log:
Do not ignore errors from "make clean".


Modified: packages/trunk/xmahjongg/debian/changelog
===================================================================
--- packages/trunk/xmahjongg/debian/changelog   2009-03-31 21:52:04 UTC (rev 
9329)
+++ packages/trunk/xmahjongg/debian/changelog   2009-03-31 21:56:13 UTC (rev 
9330)
@@ -4,6 +4,7 @@
   * Use quilt for patch management.
   * Regenerate the autotools-related files.
   * Add a watch file.
+  * Do not ignore errors from "make clean".
 
  -- Peter Pentchev <[email protected]>  Tue, 31 Mar 2009 17:19:37 +0300
 

Modified: packages/trunk/xmahjongg/debian/rules
===================================================================
--- packages/trunk/xmahjongg/debian/rules       2009-03-31 21:52:04 UTC (rev 
9329)
+++ packages/trunk/xmahjongg/debian/rules       2009-03-31 21:56:13 UTC (rev 
9330)
@@ -26,7 +26,7 @@
        rm -f build-stamp install-stamp
 
        # Add here commands to clean up after the build process.
-       -$(MAKE) distclean
+       [ ! -f Makefile ] || $(MAKE) distclean
 
        dh_clean
        ${MAKE} -f debian/rules unpatch


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to