From: George Dunlap Date: Wed, 7 Mar 2012 07:42:09 +0000 (+0000) Subject: build: Add xenversion as a top-level target X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b728d886a559cfb13ac24a5f972c9021494794ae;p=xen.git build: Add xenversion as a top-level target We already have xenversion as a target in the xen subdirectory; simply extend it so that "make xenversion" does what you'd expect. Signed-off-by: George Dunlap Committed-by: Keir Fraser --- diff --git a/Makefile b/Makefile index 7a1c5d59e7..50f1bfa086 100644 --- a/Makefile +++ b/Makefile @@ -257,6 +257,9 @@ uninstall: linux26: $(MAKE) 'KERNELS=linux-2.6*' kernels +.PHONY: xenversion +xenversion: + @$(MAKE) --no-print-directory -C xen xenversion # # tboot targets