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

xen-devel

[Top] [All Lists]

[Xen-devel] [PATCH 05 of 30] tools: vtpm: Use $(BINDIR) rather than a pr

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 05 of 30] tools: vtpm: Use $(BINDIR) rather than a privately defined variable
From: Ian Campbell <ian.campbell@xxxxxxxxxx>
Date: 2011年3月21日 14:44:28 +0000
Cc: Ian Campbell <ian.campbell@xxxxxxxxxx>
Delivery-date: 2011年3月21日 07:48:24 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1300718663@xxxxxxxxxxxxxxxxxxxxx>
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1300718506 0
# Node ID c0d62ae9fdb23008269dce714919fc64b511efe5
# Parent fca900cf6e12e1347dc27552140591df20ff5af5
tools: vtpm: Use $(BINDIR) rather than a privately defined variable
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
diff -r fca900cf6e12 -r c0d62ae9fdb2 tools/vtpm/Rules.mk
--- a/tools/vtpm/Rules.mk Mon Mar 21 14:41:46 2011 +0000
+++ b/tools/vtpm/Rules.mk Mon Mar 21 14:41:46 2011 +0000
@@ -4,9 +4,6 @@ include $(XEN_ROOT)/tools/Rules.mk
 #
 # Tool definitions
 #
-
-# Xen tools installation directory
-TOOLS_INSTALL_DIR = $(DESTDIR)/usr/bin
 
 # General compiler flags
 CFLAGS = -Werror -g3 -I.
diff -r fca900cf6e12 -r c0d62ae9fdb2 tools/vtpm_manager/Rules.mk
--- a/tools/vtpm_manager/Rules.mk Mon Mar 21 14:41:46 2011 +0000
+++ b/tools/vtpm_manager/Rules.mk Mon Mar 21 14:41:46 2011 +0000
@@ -4,9 +4,6 @@ include $(XEN_ROOT)/tools/Rules.mk
 #
 # Tool definitions
 #
-
-# Xen tools installation directory
-TOOLS_INSTALL_DIR = $(DESTDIR)/usr/bin
 
 # General compiler flags
 CFLAGS = -Werror -g3 -I.
diff -r fca900cf6e12 -r c0d62ae9fdb2 tools/vtpm_manager/manager/Makefile
--- a/tools/vtpm_manager/manager/Makefile Mon Mar 21 14:41:46 2011 +0000
+++ b/tools/vtpm_manager/manager/Makefile Mon Mar 21 14:41:46 2011 +0000
@@ -17,7 +17,7 @@ install: build
 if [ ! -d "$(DESTDIR)/var/vtpm/socks" ]; \
 then mkdir -p $(DESTDIR)/var/vtpm/socks; \
 fi
- $(INSTALL_PROG) $(BIN) $(TOOLS_INSTALL_DIR)
+ $(INSTALL_PROG) $(BIN) $(BINDIR)
 
 .PHONY: clean
 clean:
diff -r fca900cf6e12 -r c0d62ae9fdb2 tools/vtpm_manager/migration/Makefile
--- a/tools/vtpm_manager/migration/Makefile Mon Mar 21 14:41:46 2011 +0000
+++ b/tools/vtpm_manager/migration/Makefile Mon Mar 21 14:41:46 2011 +0000
@@ -20,8 +20,8 @@ build: $(BIND) $(BINC)
 
 .PHONY: install
 install: build
- $(INSTALL_PROG) $(BIND) $(TOOLS_INSTALL_DIR)
- $(INSTALL_PROG) $(BINC) $(TOOLS_INSTALL_DIR)
+ $(INSTALL_PROG) $(BIND) $(BINDIR)
+ $(INSTALL_PROG) $(BINC) $(BINDIR)
 
 .PHONY: clean
 clean:
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
Previous by Date: [Xen-devel] [PATCH 00 of 30] tools: shave build yaks , Ian Campbell
Next by Date: [Xen-devel] [PATCH 06 of 30] tools: remove unnecessary uses of -L , Ian Campbell
Previous by Thread: [Xen-devel] [PATCH 02 of 30] tools: libxc: drop rpm.spec , Ian Campbell
Next by Thread: [Xen-devel] [PATCH 06 of 30] tools: remove unnecessary uses of -L , Ian Campbell
Indexes: [Date] [Thread] [Top] [All Lists]

Copyright ©, Citrix Systems Inc. All rights reserved. Legal and Privacy
Citrix This site is hosted by Citrix

AltStyle によって変換されたページ (->オリジナル) /