WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH 03/12] xenpaging: mkdir /var/lib/xen/xenpaging during

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 03/12] xenpaging: mkdir /var/lib/xen/xenpaging during make install
From: Olaf Hering <olaf@xxxxxxxxx>
Date: Mon, 10 Jan 2011 17:43:48 +0100
Delivery-date: Mon, 10 Jan 2011 08:44:47 -0800
Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1294677830; l=571; s=domk; d=aepfle.de; h=References:Subject:To:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=ruT/CSEqXzxd7b94ZIpqGXPQyCc=; b=BVYw0QdvltAnU4ny5aYf4cb5p8Dde9Fm4mOIlSF4D+yj6kHgh6cV7se4VSB13NlyEzq VzyNaL/Kb5yacGfxGST0olDCf4IThpL6kCW/tPTXE8PaErK6WCipzHyj1QmYnQS0Ox3xp RbRTUEpHFAvlggRMZhWwXYQhJqYmLoh0u5k=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20110110164345.521919826@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: quilt/0.48-4.4
pagefiles go to /var/lib/xen/xenpaging directory,
create this directory during make install

Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
---
 tools/xenpaging/Makefile |    1 +
 1 file changed, 1 insertion(+)

--- xen-unstable.hg-4.1.22571.orig/tools/xenpaging/Makefile
+++ xen-unstable.hg-4.1.22571/tools/xenpaging/Makefile
@@ -27,6 +27,7 @@ xenpaging: $(OBJS)
        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS)
 
 install: all
+       $(INSTALL_DIR) $(DESTDIR)/var/lib/xen/xenpaging
        $(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
        $(INSTALL_PROG) $(IBINS) $(DESTDIR)$(SBINDIR)
 


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