]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
build: remove .config when making distclean
authorBoris Ostrovsky <boris.ostrovsky@oracle.com>
Thu, 14 Jan 2016 09:44:04 +0000 (10:44 +0100)
committerJan 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

index d30d2517189f56f07b29bd261c3a6aef3d1c086a..3699b20bd21931aeac75e110b175639c06c05ad1 100644 (file)
@@ -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