aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorGeorge Dunlap <george.dunlap@eu.citrix.com>2012-03-07 07:43:02 +0000
committerGeorge Dunlap <george.dunlap@eu.citrix.com>2012-03-07 07:43:02 +0000
commita32e06dc95765ab167419cd2779205ad0b5ad5d0 (patch)
tree1bb625439c031937627365ec8a72691999fa3873 /xen/Makefile
parentb728d886a559cfb13ac24a5f972c9021494794ae (diff)
downloadxen-a32e06dc95765ab167419cd2779205ad0b5ad5d0.tar.gz
xen-a32e06dc95765ab167419cd2779205ad0b5ad5d0.tar.bz2
xen-a32e06dc95765ab167419cd2779205ad0b5ad5d0.zip
build: Don't remove user-supplied xen-version during make clean
xen/Makefile is designed to allow the user to supply a file named xen/xen-include to change the format of xen version strings. Unfortunately, "make clean" removes xen/xen*, which will remove this file. Make the clean process more targeted. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/Makefile')
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 564f7080ee..fc8ce18f30 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -61,7 +61,7 @@ _clean: delete-unfresh-files
$(MAKE) -f $(BASEDIR)/Rules.mk -C xsm clean
$(MAKE) -f $(BASEDIR)/Rules.mk -C crypto clean
$(MAKE) -f $(BASEDIR)/Rules.mk -C arch/$(TARGET_ARCH) clean
- rm -f include/asm *.o $(TARGET)* *~ core
+ rm -f include/asm *.o $(TARGET) $(TARGET).gz $(TARGET)-syms *~ core
rm -f include/asm-*/asm-offsets.h
[ -d tools/figlet ] && rm -f .banner*