From: Jerone Young <jyoung5@us.ibm.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] Remove duplicate .PHONY decliration from tools makefile
Date: Tue, 25 Oct 2005 11:17:18 -0500 [thread overview]
Message-ID: <1130257038.26320.1.camel@thinkpad> (raw)
[-- 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
next reply other threads:[~2005-10-25 16:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-25 16:17 Jerone Young [this message]
2005-10-25 21:51 ` [PATCH] Remove duplicate .PHONY decliration from tools makefile Ewan Mellor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1130257038.26320.1.camel@thinkpad \
--to=jyoung5@us.ibm.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.