do a patch refresh in xentools42 rather than split the patches for pass-through.c over 5 files, delete xentools42/patches/patch-CVE-2015-2756 and assemble all in xentools42/patches/patch-qemu-xen-traditional_hw_pass-through.c
11 lines
305 B
Text
11 lines
305 B
Text
$NetBSD: patch-examples_Makefile,v 1.2 2015/08/23 16:17:12 spz Exp $
|
|
|
|
--- examples/Makefile.orig 2014-09-02 06:22:57.000000000 +0000
|
|
+++ examples/Makefile
|
|
@@ -1,5 +1,6 @@
|
|
XEN_ROOT = $(CURDIR)/../..
|
|
include $(XEN_ROOT)/tools/Rules.mk
|
|
+XEN_CONFIG_DIR=${EGDIR}
|
|
|
|
# Init scripts.
|
|
XEND_INITD = init.d/xend
|