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] Added .PHONY target so that make works from the tools/py

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Added .PHONY target so that make works from the tools/python directory (it was seeing the build directory and therefore doing nothing).
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 13 Sep 2005 15:16:13 +0000
Delivery-date: Tue, 13 Sep 2005 15:15:06 +0000
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/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/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 ewan@xxxxxxxxxxxxx
# Node ID 723f81936cf7fbdde488f930be072ffe4a4bce3d
# Parent  e939d5c5e646fe27e4c94563dc90a7f89a144556
Added .PHONY target so that make works from the tools/python directory (it was 
seeing the build directory and therefore doing nothing).

diff -r e939d5c5e646 -r 723f81936cf7 tools/python/Makefile
--- a/tools/python/Makefile     Tue Sep 13 13:42:21 2005
+++ b/tools/python/Makefile     Tue Sep 13 13:43:18 2005
@@ -1,6 +1,7 @@
-
 XEN_ROOT = ../..
 include $(XEN_ROOT)/tools/Rules.mk
+
+.PHONY: all build install clean
 
 all: build
 build:

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Added .PHONY target so that make works from the tools/python directory (it was seeing the build directory and therefore doing nothing)., Xen patchbot -unstable <=