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-changelog

[Xen-changelog] [xen-unstable] xenpmd: Fix makefile for 'make install'.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xenpmd: Fix makefile for 'make install'.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 23 Oct 2008 10:50:10 -0700
Delivery-date: Thu, 23 Oct 2008 10:50:00 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1224757244 -3600
# Node ID 50fc79012db7b393e67cf88fda026f67990623cf
# Parent  e5332ba0309fe0ed9d10f2a4372fd92397cd6787
xenpmd: Fix makefile for 'make install'.
Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 tools/xenpmd/Makefile |    5 +++++
 1 files changed, 5 insertions(+)

diff -r e5332ba0309f -r 50fc79012db7 tools/xenpmd/Makefile
--- a/tools/xenpmd/Makefile     Thu Oct 23 11:18:34 2008 +0100
+++ b/tools/xenpmd/Makefile     Thu Oct 23 11:20:44 2008 +0100
@@ -10,6 +10,11 @@ BIN      = xenpmd
 .PHONY: all
 all: $(BIN)
 
+.PHONY: install
+install: all
+       $(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
+       $(INSTALL_PROG) $(BIN) $(DESTDIR)$(SBINDIR)
+
 .PHONY: clean
 clean:
        $(RM) -f $(BIN)

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] xenpmd: Fix makefile for 'make install'., Xen patchbot-unstable <=