aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGeorge Dunlap <george.dunlap@eu.citrix.com>2012-03-07 07:42:09 +0000
committerGeorge Dunlap <george.dunlap@eu.citrix.com>2012-03-07 07:42:09 +0000
commitb728d886a559cfb13ac24a5f972c9021494794ae (patch)
tree50fa090babd1a2a684d799667c8c06ccff556d68 /Makefile
parent007ecb9bf2e6bb69a6d008bba0a3567cb817483d (diff)
downloadxen-b728d886a559cfb13ac24a5f972c9021494794ae.tar.gz
xen-b728d886a559cfb13ac24a5f972c9021494794ae.tar.bz2
xen-b728d886a559cfb13ac24a5f972c9021494794ae.zip
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 <george.dunlap@eu.citrix.com> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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