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] Remove some bogus .PHONY Makefile declarations.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Remove some bogus .PHONY Makefile declarations.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 11 Apr 2006 10:14:19 +0000
Delivery-date: Tue, 11 Apr 2006 03:17:10 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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 kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID c783f340bef82223eb5fcd88093fd919f41790b6
# Parent  b32bc0c5648ddb111134b195a45ca12625c19fcf
Remove some bogus .PHONY Makefile declarations.
Fixes xentop installation.

Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>

diff -r b32bc0c5648d -r c783f340bef8 tools/xenstat/xentop/Makefile
--- a/tools/xenstat/xentop/Makefile     Mon Apr 10 17:56:34 2006
+++ b/tools/xenstat/xentop/Makefile     Tue Apr 11 08:58:04 2006
@@ -34,9 +34,6 @@
 .PHONY: all
 all: xentop
 
-.PHONY: xentop
-xentop: xentop.o
-
 .PHONY: install
 install: xentop xentop.1
        $(INSTALL_PROG) xentop $(DESTDIR)$(sbindir)/xentop
diff -r b32bc0c5648d -r c783f340bef8 tools/xenstore/Makefile
--- a/tools/xenstore/Makefile   Mon Apr 10 17:56:34 2006
+++ b/tools/xenstore/Makefile   Tue Apr 11 08:58:04 2006
@@ -57,14 +57,12 @@
 xs_tdb_dump: xs_tdb_dump.o utils.o tdb.o talloc.o
        $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@
 
-.PHONY: xs_test xs_random xs_stress xs_crashme
 xs_test xs_random xs_stress xs_crashme: LDFLAGS+=-lpthread
 xs_test: xs_test.o xs_lib.o utils.o
 xs_random: xs_random.o xs_test_lib.o xs_lib.o talloc.o utils.o
 xs_stress: xs_stress.o xs_test_lib.o xs_lib.o talloc.o utils.o
 xs_crashme: xs_crashme.o xs_lib.o talloc.o utils.o
 
-.PHONY: speedtest
 speedtest: speedtest.o xs.o xs_lib.o utils.o talloc.o
 
 .PHONY: check-speed
diff -r b32bc0c5648d -r c783f340bef8 xen/arch/ia64/tools/privop/Makefile
--- a/xen/arch/ia64/tools/privop/Makefile       Mon Apr 10 17:56:34 2006
+++ b/xen/arch/ia64/tools/privop/Makefile       Tue Apr 11 08:58:04 2006
@@ -4,7 +4,6 @@
 .PHONY: all
 all: postat
 
-.PHONY: postat
 postat: postat.c pohcalls.o
 
 .PHONY: clean
diff -r b32bc0c5648d -r c783f340bef8 xen/tools/Makefile
--- a/xen/tools/Makefile        Mon Apr 10 17:56:34 2006
+++ b/xen/tools/Makefile        Tue Apr 11 08:58:04 2006
@@ -11,6 +11,5 @@
        $(MAKE) -C figlet clean
        rm -f *.o symbols
 
-.PHONY: symbols
 symbols: symbols.c
        $(HOSTCC) $(HOSTCFLAGS) -o $@ $<

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Remove some bogus .PHONY Makefile declarations., Xen patchbot -unstable <=