[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH for-4.5 2/4] tools/build: Fix root build target
The root Makefile 'build' rule recurses into the tools directory and invokes the 'build' rule. However, the tools Makefile doesn't contain a 'build' rule, resulting in failure. Introduce a 'build' rule identical to the existing 'all' rule. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CC: Ian Campbell <Ian.Campbell@xxxxxxxxxx> CC: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> CC: Wei Liu <wei.liu2@xxxxxxxxxx> CC: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> --- tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 543cd29..af9798a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -54,8 +54,8 @@ export CROSS_SYS_ROOT # exported for check/funcs.sh export CROSS_BIN_PATH # exported for cross-install.sh endif -.PHONY: all -all: subdirs-all +.PHONY: build all +build all: subdirs-all .PHONY: install install: subdirs-install -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |