From 103cff93e239ecba1a95c931f2b13f43114b923f Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 21 Apr 2008 20:08:29 +0100 Subject: Cache figlet output across builds, and provide src-tarball target which creates figlet output and then deletes figlet itself (which is not licensed under GPL). Signed-off-by: Keir Fraser --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index db1f47cccf..3d2b7fc01e 100644 --- a/Makefile +++ b/Makefile @@ -122,6 +122,13 @@ distclean: .PHONY: mrproper mrproper: distclean +# Prepare for source tarball +.PHONY: src-tarball +src-tarball: distclean + $(MAKE) -C xen .banner + rm -rf xen/tools/figlet + $(MAKE) -C xen distclean + .PHONY: help help: @echo 'Installation targets:' -- cgit v1.2.3