From: Boris Ostrovsky Date: Thu, 14 Jan 2016 09:44:04 +0000 (+0100) Subject: build: remove .config when making distclean X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5e00bbc2629114148e61282beb15e510e339b7ba;p=people%2Fliuw%2Flibxenctrl-split%2Fxen.git build: remove .config when making distclean Signed-off-by: Boris Ostrovsky Reviewed-by: Doug Goldstein --- diff --git a/xen/Makefile b/xen/Makefile index d30d251718..3699b20bd2 100644 --- 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