[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Added .PHONY target so that make works from the tools/python directory (it was seeing the build directory and therefore doing nothing).
# HG changeset patch # User ewan@xxxxxxxxxxxxx # Node ID 723f81936cf7fbdde488f930be072ffe4a4bce3d # Parent e939d5c5e646fe27e4c94563dc90a7f89a144556 Added .PHONY target so that make works from the tools/python directory (it was seeing the build directory and therefore doing nothing). diff -r e939d5c5e646 -r 723f81936cf7 tools/python/Makefile --- a/tools/python/Makefile Tue Sep 13 13:42:21 2005 +++ b/tools/python/Makefile Tue Sep 13 13:43:18 2005 @@ -1,6 +1,7 @@ - XEN_ROOT = ../.. include $(XEN_ROOT)/tools/Rules.mk + +.PHONY: all build install clean all: build build: _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |