[Glibc-bsd-commits] r5504 - branches/experimental/kfreebsd-10/debian
stevenc-guest at alioth.debian.org
stevenc-guest at alioth.debian.org
Wed Aug 27 11:22:23 UTC 2014
Author: stevenc-guest
Date: 2014-08-27 11:22:23 +0000 (Wed, 27 Aug 2014)
New Revision: 5504
Modified:
branches/experimental/kfreebsd-10/debian/changelog
branches/experimental/kfreebsd-10/debian/rules
Log:
Remove some more build tree paths from the output files
Modified: branches/experimental/kfreebsd-10/debian/changelog
===================================================================
--- branches/experimental/kfreebsd-10/debian/changelog 2014-08-26 22:59:52 UTC (rev 5503)
+++ branches/experimental/kfreebsd-10/debian/changelog 2014-08-27 11:22:23 UTC (rev 5504)
@@ -1,3 +1,9 @@
+kfreebsd-10 (10.1~svn270273-3) UNRELEASED; urgency=medium
+
+ * Remove some more build tree paths from the output files
+
+ -- Steven Chamberlain <steven at pyro.eu.org> Wed, 27 Aug 2014 05:13:07 +0100
+
kfreebsd-10 (10.1~svn270273-2) experimental; urgency=medium
* Remove vt_xboxfb as it's not available currently
Modified: branches/experimental/kfreebsd-10/debian/rules
===================================================================
--- branches/experimental/kfreebsd-10/debian/rules 2014-08-26 22:59:52 UTC (rev 5503)
+++ branches/experimental/kfreebsd-10/debian/rules 2014-08-27 11:22:23 UTC (rev 5504)
@@ -179,7 +179,7 @@
# full build tree paths into modules (Bug #757629)
find $(FLAVOR_DIR)-$*/sys/modules/ \
\( -name Makefile -o -name Makefile.inc \) \
- -exec sed -i 's@$${.CURDIR}/@@' \{\} \;
+ -exec sed -i 's@$${.CURDIR}/@@g' \{\} \;
touch $@
build-flavor-%-stamp: src-flavor-%-stamp
More information about the Glibc-bsd-commits
mailing list