[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Remove some bogus .PHONY Makefile declarations.
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |