All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove duplicate .PHONY decliration from tools makefile
@ 2005-10-25 16:17 Jerone Young
  2005-10-25 21:51 ` Ewan Mellor
  0 siblings, 1 reply; 2+ messages in thread
From: Jerone Young @ 2005-10-25 16:17 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 143 bytes --]

Signed-off-by: Jerone Young <jyoung5@us.ibm.com>

-- 
Jerone Young
IBM Linux Technology Center
jyoung5@us.ibm.com
512-838-1157 (T/L: 678-1157)

[-- Attachment #2: tool_make_cleanup.diff --]
[-- Type: text/x-patch, Size: 598 bytes --]

# 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

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Remove duplicate .PHONY decliration from tools makefile
  2005-10-25 16:17 [PATCH] Remove duplicate .PHONY decliration from tools makefile Jerone Young
@ 2005-10-25 21:51 ` Ewan Mellor
  0 siblings, 0 replies; 2+ messages in thread
From: Ewan Mellor @ 2005-10-25 21:51 UTC (permalink / raw)
  To: Jerone Young; +Cc: xen-devel

On Tue, Oct 25, 2005 at 11:17:18AM -0500, Jerone Young wrote:

> Remove second decleration of .PHONY & cleanup formating

Applied, thanks.

Ewan.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-10-25 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-25 16:17 [PATCH] Remove duplicate .PHONY decliration from tools makefile Jerone Young
2005-10-25 21:51 ` Ewan Mellor

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.