[Glibc-bsd-commits] r5738 - trunk/kfreebsd-11/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Thu Jul 9 10:57:01 UTC 2015


Author: stevenc-guest
Date: 2015-07-09 10:57:00 +0000 (Thu, 09 Jul 2015)
New Revision: 5738

Modified:
   trunk/kfreebsd-11/debian/changelog
   trunk/kfreebsd-11/debian/rules
Log:
Clean the sys/modules/ tree in the debian/rules clean target.


Modified: trunk/kfreebsd-11/debian/changelog
===================================================================
--- trunk/kfreebsd-11/debian/changelog	2015-07-09 10:39:11 UTC (rev 5737)
+++ trunk/kfreebsd-11/debian/changelog	2015-07-09 10:57:00 UTC (rev 5738)
@@ -77,6 +77,7 @@
     - In get-orig-source, svn export with --ignore-keywords so that
       revision tags do not fuzzy the patches
     - Add myself to Uploaders.
+  * Clean the sys/modules/ tree in the debian/rules clean target.
   * DEB_HOST_ARCH_CPU on armel is arm;  update debian/rules detection
     and thereby correctly specify any-arm in debian/control too.
   * Build with clang-3.6 on i386, amd64, arm;  due to clang-3.4

Modified: trunk/kfreebsd-11/debian/rules
===================================================================
--- trunk/kfreebsd-11/debian/rules	2015-07-09 10:39:11 UTC (rev 5737)
+++ trunk/kfreebsd-11/debian/rules	2015-07-09 10:57:00 UTC (rev 5738)
@@ -148,6 +148,8 @@
 	dh_testdir
 	dh_testroot
 	rm -rf kfreebsd-source-* sys/*/compile/* sys/*/conf/*.config
+	find sys/modules/ \( -name '*.o' -o -name '*.ko' -o -name '*.so' -o -name 'export_syms' \) -delete
+	find sys/modules/ -type l -delete
 	rm -f debian/kfreebsd-image-*.{preinst,prerm,postinst,postrm}
 
 	rm -f *-stamp




More information about the Glibc-bsd-commits mailing list