aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@citrix.com>2011-05-16 13:34:25 +0100
committerTim Deegan <Tim.Deegan@citrix.com>2011-05-16 13:34:25 +0100
commitad06dc009b0e1aee8f1ce7530d5f285d5bf3310b (patch)
treec556eaf8340e07ad9dc6d82a26f2d55d4b82f668 /xen/Makefile
parente91a676bbabdef7484616755a3895c64268df8e4 (diff)
downloadxen-ad06dc009b0e1aee8f1ce7530d5f285d5bf3310b.tar.gz
xen-ad06dc009b0e1aee8f1ce7530d5f285d5bf3310b.tar.bz2
xen-ad06dc009b0e1aee8f1ce7530d5f285d5bf3310b.zip
Build target to wrap dist/install in a .deb archive.
Adds "make deb", which does a "make dist" build and wraps the resulting dist/install files in dist/xen-<version>.deb This is _not_ a "packaged" version of Xen for Debian users, nor is it intended to compete with anyone else's packaging efforts. In particular it doesn't do any of the boot-time or fstab fixups needed to actually start the xen tools. It's just a quick hack for developers to be able to quickly install and uninstall a Xen build on a test box. Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
Diffstat (limited to 'xen/Makefile')
-rw-r--r--xen/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/xen/Makefile b/xen/Makefile
index dcaab5cbf2..19ada7ef54 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -129,6 +129,10 @@ define set_exuberant_flags
--extra=+f --c-kinds=+px") || true`
endef
+.PHONY: xenversion
+xenversion:
+ @echo $(XEN_FULLVERSION)
+
.PHONY: _TAGS
_TAGS:
set -e; rm -f TAGS; \