aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-11 09:58:04 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-11 09:58:04 +0100
commit5c0356ec6f4a9897bfcc9fb08418ff82e61f1cf6 (patch)
tree266058f5b6b7c3b185d152af037f6bf652a357da
parent72344c0921c6db5091d0f94af98babb77b89caae (diff)
downloadxen-5c0356ec6f4a9897bfcc9fb08418ff82e61f1cf6.tar.gz
xen-5c0356ec6f4a9897bfcc9fb08418ff82e61f1cf6.tar.bz2
xen-5c0356ec6f4a9897bfcc9fb08418ff82e61f1cf6.zip
Remove some bogus .PHONY Makefile declarations.
Fixes xentop installation. Signed-off-by: Keir Fraser <keir@xensource.com>
-rw-r--r--tools/xenstat/xentop/Makefile3
-rw-r--r--tools/xenstore/Makefile2
-rw-r--r--xen/arch/ia64/tools/privop/Makefile1
-rw-r--r--xen/tools/Makefile1
4 files changed, 0 insertions, 7 deletions
diff --git a/tools/xenstat/xentop/Makefile b/tools/xenstat/xentop/Makefile
index d3b7671bdb..273cb31e4e 100644
--- a/tools/xenstat/xentop/Makefile
+++ b/tools/xenstat/xentop/Makefile
@@ -34,9 +34,6 @@ LDLIBS += -lxenstat -lncurses
.PHONY: all
all: xentop
-.PHONY: xentop
-xentop: xentop.o
-
.PHONY: install
install: xentop xentop.1
$(INSTALL_PROG) xentop $(DESTDIR)$(sbindir)/xentop
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index 708662e8fc..84c08d8626 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -57,14 +57,12 @@ xenstored_test: xenstored_core_test.o xenstored_watch_test.o xenstored_domain_te
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 --git a/xen/arch/ia64/tools/privop/Makefile b/xen/arch/ia64/tools/privop/Makefile
index fb64e9087e..fbe5f0ad3e 100644
--- a/xen/arch/ia64/tools/privop/Makefile
+++ b/xen/arch/ia64/tools/privop/Makefile
@@ -4,7 +4,6 @@ CFLAGS=-O -Wall
.PHONY: all
all: postat
-.PHONY: postat
postat: postat.c pohcalls.o
.PHONY: clean
diff --git a/xen/tools/Makefile b/xen/tools/Makefile
index 67c48ce168..70a37092db 100644
--- a/xen/tools/Makefile
+++ b/xen/tools/Makefile
@@ -11,6 +11,5 @@ clean:
$(MAKE) -C figlet clean
rm -f *.o symbols
-.PHONY: symbols
symbols: symbols.c
$(HOSTCC) $(HOSTCFLAGS) -o $@ $<