From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Subject: [PATCH] Remove duplicate .PHONY decliration from tools makefile Date: Tue, 25 Oct 2005 11:17:18 -0500 Message-ID: <1130257038.26320.1.camel@thinkpad> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-0RVxL3uxELlVkQDBsZEB" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org --=-0RVxL3uxELlVkQDBsZEB Content-Type: text/plain Content-Transfer-Encoding: 7bit Signed-off-by: Jerone Young -- Jerone Young IBM Linux Technology Center jyoung5@us.ibm.com 512-838-1157 (T/L: 678-1157) --=-0RVxL3uxELlVkQDBsZEB Content-Disposition: attachment; filename=tool_make_cleanup.diff Content-Type: text/x-patch; name=tool_make_cleanup.diff; charset=UTF-8 Content-Transfer-Encoding: 7bit # HG changeset patch # User jeroney@localhost.localdomain # Node ID 7f3f018a694f6a8befb14e547a6f0433223ff7ec # Parent e47f04c55eb1612bca605c972943ae166aae22d0 Remove second decleration of .PHONY & cleanup formating diff -r e47f04c55eb1 -r 7f3f018a694f tools/Makefile --- a/tools/Makefile Mon Oct 24 11:57:37 2005 +++ b/tools/Makefile Tue Oct 25 16:09:28 2005 @@ -16,9 +16,6 @@ SUBDIRS += vtpm endif SUBDIRS += xenstat - -.PHONY: all install clean check check_clean ioemu eioemuinstall ioemuclean - # These don't cross-compile ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) SUBDIRS += python --=-0RVxL3uxELlVkQDBsZEB Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --=-0RVxL3uxELlVkQDBsZEB--