From 345cf1f8c7a0d563c735d63c72048e2747393a46 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 27 Feb 2013 11:16:47 +0000 Subject: 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 Acked-by: Tim Deegan Acked-by: Ian Jackson --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3