projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
210a239
)
xen/build: Nuke include/{config,generated} during clean
author
Andrew Cooper
<andrew.cooper3@citrix.com>
Mon, 28 Aug 2017 16:16:59 +0000
(16:16 +0000)
committer
Andrew Cooper
<andrew.cooper3@citrix.com>
Tue, 29 Aug 2017 15:58:10 +0000
(16:58 +0100)
Otherwise a stale generated Kconfig may still be used after a tree-wide clean.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
xen/include/Makefile
patch
|
blob
|
history
diff --git
a/xen/include/Makefile
b/xen/include/Makefile
index 3a6fa0fd59fdd3112edb3f4f5a276c3086747617..1299b1962f3bc312bcb530c4ed02af53d527e36d 100644
(file)
--- a/
xen/include/Makefile
+++ b/
xen/include/Makefile
@@
-144,5
+144,5
@@
all: $(BASEDIR)/include/asm-x86/cpuid-autogen.h
endif
clean::
- rm -rf compat headers*.chk
+ rm -rf compat
config generated
headers*.chk
rm -f $(BASEDIR)/include/asm-x86/cpuid-autogen.h