[Glibc-bsd-commits] r5518 - in branches/experimental/kfreebsd-10/debian: . patches
christoph at alioth.debian.org
christoph at alioth.debian.org
Thu Sep 11 00:05:33 UTC 2014
Author: christoph
Date: 2014-09-11 00:05:33 +0000 (Thu, 11 Sep 2014)
New Revision: 5518
Added:
branches/experimental/kfreebsd-10/debian/patches/aicasm-parallel-build-dependencies.diff
Modified:
branches/experimental/kfreebsd-10/debian/changelog
branches/experimental/kfreebsd-10/debian/patches/series
Log:
add aicasm-parallel-build-dependencies.diff to fix parallel build of
aic7xx firmware
Modified: branches/experimental/kfreebsd-10/debian/changelog
===================================================================
--- branches/experimental/kfreebsd-10/debian/changelog 2014-09-09 17:59:15 UTC (rev 5517)
+++ branches/experimental/kfreebsd-10/debian/changelog 2014-09-11 00:05:33 UTC (rev 5518)
@@ -1,4 +1,4 @@
-kfreebsd-10 (10.1~svn271306-1) UNRELEASED; urgency=medium
+kfreebsd-10 (10.1~svn271306-1) experimental; urgency=medium
[ Steven Chamberlain ]
* New upstream snapshot of 10.1-PRERELEASE
@@ -18,8 +18,12 @@
- use brandelf to give kernel modules the ELF ABI number for
FreeBSD, even when building on Linux
- -- GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org> Tue, 09 Sep 2014 12:52:07 +0100
+ [ Christoph Egger ]
+ * add aicasm-parallel-build-dependencies.diff to fix parallel build of
+ aic7xx firmware
+ -- Christoph Egger <christoph at debian.org> Wed, 10 Sep 2014 09:57:11 -0700
+
kfreebsd-10 (10.1~svn270273-2) experimental; urgency=medium
* Remove vt_xboxfb as it's not available currently
Added: branches/experimental/kfreebsd-10/debian/patches/aicasm-parallel-build-dependencies.diff
===================================================================
--- branches/experimental/kfreebsd-10/debian/patches/aicasm-parallel-build-dependencies.diff (rev 0)
+++ branches/experimental/kfreebsd-10/debian/patches/aicasm-parallel-build-dependencies.diff 2014-09-11 00:05:33 UTC (rev 5518)
@@ -0,0 +1,17 @@
+Index: sys/modules/aic7xxx/Makefile
+===================================================================
+--- a/sys/modules/aic7xxx/Makefile (revision 271306)
++++ b/sys/modules/aic7xxx/Makefile (working copy)
+@@ -8,10 +8,10 @@
+ aicasm/aicasm:
+ ( cd ${.CURDIR}/aicasm ; ${MAKE} aicasm )
+
+-ahdfirmware:
++ahdfirmware: aicasm/aicasm
+ ( cd ${.CURDIR}/ahd ; ${MAKE} ahdfirmware )
+
+-ahcfirmware:
++ahcfirmware: aicasm/aicasm
+ ( cd ${.CURDIR}/ahc ; ${MAKE} ahcfirmware )
+
+ cleanfirmware:
Modified: branches/experimental/kfreebsd-10/debian/patches/series
===================================================================
--- branches/experimental/kfreebsd-10/debian/patches/series 2014-09-09 17:59:15 UTC (rev 5517)
+++ branches/experimental/kfreebsd-10/debian/patches/series 2014-09-11 00:05:33 UTC (rev 5518)
@@ -34,3 +34,4 @@
923_newvers_timestamp.diff
924_module_objdir.diff
999_config.diff
+aicasm-parallel-build-dependencies.diff
More information about the Glibc-bsd-commits
mailing list