projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d23da94
)
build: remove .config when making distclean
author
Boris Ostrovsky
<boris.ostrovsky@oracle.com>
Thu, 14 Jan 2016 09:44:04 +0000
(10:44 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Thu, 14 Jan 2016 09:44:04 +0000
(10:44 +0100)
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
xen/Makefile
patch
|
blob
|
history
diff --git
a/xen/Makefile
b/xen/Makefile
index d30d2517189f56f07b29bd261c3a6aef3d1c086a..3699b20bd21931aeac75e110b175639c06c05ad1 100644
(file)
--- a/
xen/Makefile
+++ b/
xen/Makefile
@@
-109,7
+109,7
@@
_clean: delete-unfresh-files
.PHONY: _distclean
_distclean: clean
- rm -f tags TAGS cscope.files cscope.in.out cscope.out cscope.po.out GTAGS GPATH GRTAGS GSYMS
+ rm -f tags TAGS cscope.files cscope.in.out cscope.out cscope.po.out GTAGS GPATH GRTAGS GSYMS
.config
$(TARGET).gz: $(TARGET)
gzip -f -9 < $< > $@.new