[Glibc-bsd-commits] r4473 - trunk/libbsd/debian

Guillem Jover guillem at alioth.debian.org
Mon May 27 03:29:58 UTC 2013


Author: guillem
Date: 2013-05-27 03:29:57 +0000 (Mon, 27 May 2013)
New Revision: 4473

Modified:
   trunk/libbsd/debian/changelog
   trunk/libbsd/debian/rules
Log:
Fix two builds in a row by calling ?\194?\171make distclean?\194?\187 on clean



Modified: trunk/libbsd/debian/changelog
===================================================================
--- trunk/libbsd/debian/changelog	2013-05-27 03:28:56 UTC (rev 4472)
+++ trunk/libbsd/debian/changelog	2013-05-27 03:29:57 UTC (rev 4473)
@@ -4,6 +4,7 @@
     - Implement setproctitle(). (Closes: #614959)
     - Fix «make distclean» target to not remove distributed files.
   * Change watch file to also look for xz compressed upstream releases.
+  * Fix two builds in a row by calling «make distclean» on clean.
   * Fix cross-building support by passing correct --build and --host options
     to configure. Based on patch by Colin Watson <cjwatson at ubuntu.com>.
     (Closes: #665997)

Modified: trunk/libbsd/debian/rules
===================================================================
--- trunk/libbsd/debian/rules	2013-05-27 03:28:56 UTC (rev 4472)
+++ trunk/libbsd/debian/rules	2013-05-27 03:29:57 UTC (rev 4473)
@@ -55,7 +55,7 @@
 	dh_testdir
 	dh_testroot
 
-	[ ! -f Makefile ] || $(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 	dh_clean
 




More information about the Glibc-bsd-commits mailing list