FreeBSD Bugzilla – Attachment 143665 Details for
Bug 190919
[patch] [xenhvm] stable/9 buildworld is broken with MODULES_WITH_WORLD=yes (again)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for sys/modules/xenhvm/Makefile to build without KERNBUILDDIR
xenhvm.diff (text/plain), 981 bytes, created by
Eugene Grosbein
on 2014-06-11 09:32:52 UTC
(
hide
)
Description:
Patch for sys/modules/xenhvm/Makefile to build without KERNBUILDDIR
Filename:
MIME Type:
Creator:
Eugene Grosbein
Created:
2014-06-11 09:32:52 UTC
Size:
981 bytes
patch
obsolete
>--- sys/modules/xenhvm/Makefile.orig 2014-06-10 18:22:44.000000000 +0700 >+++ sys/modules/xenhvm/Makefile 2014-06-11 16:19:17.000000000 +0700 >@@ -1,5 +1,7 @@ > # $FreeBSD: stable/9/sys/modules/xenhvm/Makefile 266269 2014-05-16 19:28:22Z cperciva $ > >+.include <bsd.own.mk> >+ > KMOD= xenhvm > > DEVXENDIR= ${.CURDIR}/../../dev/xen/ >@@ -18,4 +20,26 @@ > MFILES= xen/xenbus/xenbus_if.m xen/xenbus/xenbusb_if.m > CFLAGS+= -DXENHVM -DMODXENHVM > >+.if !defined(KERNBUILDDIR) >+ >+SRCS+= bus_if.h device_if.h opt_global.h opt_inet.h opt_kdtrace.h \ >+ opt_pmap.h opt_sctp.h pci_if.h vnode_if.h >+ >+.if ${MK_INET_SUPPORT} != "no" >+opt_inet.h: >+ echo "#define INET 1" >> ${.TARGET} >+.endif >+ >+opt_sctp.h: >+ echo "#define SCTP 1" >> ${.TARGET} >+ >+opt_global.h: >+ printf "#define MAC 1\n#define NEW_PCIB 1\n#define SMP 1" >> ${.TARGET} >+.if ${MK_AUDIT} != "no" >+ echo "#define AUDIT 1" >> ${.TARGET} >+.endif >+ >+MFILES+= kern/device_if.m kern/bus_if.m dev/pci/pci_if.m >+.endif >+ > .include <bsd.kmod.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 190919
:
143665
|
147500