xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Stodden <daniel.stodden@citrix.com>
To: Xen <xen-devel@lists.xensource.com>
Subject: [PATCH] blktap2: Fix toolstack build on NetBSD
Date: Tue, 08 Jun 2010 20:22:22 -0000	[thread overview]
Message-ID: <fa4e3e7a897c3596e9ab.1276028542@agari.van.xensource.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 60 bytes --]

Signed-off-by: Daniel Stodden <daniel.stodden@citrix.com>



[-- Attachment #2: fix-netbsd-build.diff --]
[-- Type: text/x-patch, Size: 728 bytes --]

# HG changeset patch
# User Daniel Stodden <daniel.stodden@citrix.com>
# Date 1276028533 25200
# Node ID fa4e3e7a897c3596e9abbdd16916c63a8813a56d
# Parent  485a1f3448261325569e67ef46a6ad51df62c7cb
blktap2: Fix toolstack build on NetBSD.

Signed-off-by: Daniel Stodden <daniel.stodden@citrix.com>

diff -r 485a1f344826 -r fa4e3e7a897c tools/blktap2/Makefile
--- a/tools/blktap2/Makefile	Tue Jun 08 13:20:00 2010 -0700
+++ b/tools/blktap2/Makefile	Tue Jun 08 13:22:13 2010 -0700
@@ -8,8 +8,8 @@
 SUBDIRS-y += include
 SUBDIRS-y += lvm
 SUBDIRS-y += vhd
-SUBDIRS-y += drivers
-SUBDIRS-y += control
+SUBDIRS-$(CONFIG_Linux) += drivers
+SUBDIRS-$(CONFIG_Linux) += control
 
 clean:
 	rm -rf *.a *.so *.o *.rpm $(LIB) *~ $(DEPS) TAGS

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

                 reply	other threads:[~2010-06-08 20:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fa4e3e7a897c3596e9ab.1276028542@agari.van.xensource.com \
    --to=daniel.stodden@citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).