aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-04-21 20:08:29 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-04-21 20:08:29 +0100
commit103cff93e239ecba1a95c931f2b13f43114b923f (patch)
tree3bec92c04c4d77cd9596837de4b7719b50ea17b8 /Makefile
parent66a882392272346ce1d0bc5a26568894f450a7c0 (diff)
downloadxen-103cff93e239ecba1a95c931f2b13f43114b923f.tar.gz
xen-103cff93e239ecba1a95c931f2b13f43114b923f.tar.bz2
xen-103cff93e239ecba1a95c931f2b13f43114b923f.zip
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 <keir.fraser@citrix.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
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:'