aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-02-27 11:16:47 +0000
committerIan Jackson <Ian.Jackson@eu.citrix.com>2013-02-28 16:11:52 +0000
commit345cf1f8c7a0d563c735d63c72048e2747393a46 (patch)
treef7e2bc72775f03619405cda2abad10900820943e /Makefile
parent482300def7d08e773ccd2a0d978bcb9469fdd810 (diff)
downloadxen-345cf1f8c7a0d563c735d63c72048e2747393a46.tar.gz
xen-345cf1f8c7a0d563c735d63c72048e2747393a46.tar.bz2
xen-345cf1f8c7a0d563c735d63c72048e2747393a46.zip
build: rename deb target as debball
"debball" by analogy with "tarball". Attempt to clarify the purpose of this target in the comment. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Tim Deegan <tim@xen.org> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2d3ed82282..32efb709a6 100644
--- a/Makefile
+++ b/Makefile
@@ -137,9 +137,11 @@ world:
$(MAKE) kdelete
$(MAKE) dist
-# Package a build in a .deb file
-.PHONY: deb
-deb: dist
+# Package a build in a debball file, that is inside a .deb format
+# container to allow for easy and clean removal. This is not intended
+# to be a full featured policy compliant .deb package.
+.PHONY: debball
+debball: dist
fakeroot sh ./tools/misc/mkdeb $(XEN_ROOT) $$($(MAKE) -C xen xenversion | grep -v :)
# clean doesn't do a kclean