build: rename deb target as debball
authorIan Campbell <ian.campbell@citrix.com>
Wed, 27 Feb 2013 11:16:47 +0000 (11:16 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 28 Feb 2013 16:11:52 +0000 (16:11 +0000)
"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>
Makefile

index 2d3ed82282e011ca5e73154c880aecea9a6be438..32efb709a623a9866a86be8c211be21229edceb2 100644 (file)
--- 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