projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8345512
)
stubdom: remove mini-os when doing make distclean
author
Juergen Gross
<jgross@suse.com>
Thu, 7 Jan 2016 08:53:16 +0000
(09:53 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 7 Jan 2016 12:51:41 +0000
(12:51 +0000)
make distclean does not remove mini-os. Do so when cleaning stubdom.
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 8a9331f832329d1e16af3adb7f8c7eda7058ac9d..a8e95233c320c67d952a56493bd32144cb167205 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-209,6
+209,7
@@
distclean-stubdom:
ifeq (x86_64,$(XEN_TARGET_ARCH))
XEN_TARGET_ARCH=x86_32 $(MAKE) -C stubdom distclean
endif
+ rm -rf extras/mini-os extras/mini-os-remote
.PHONY: distclean-docs
distclean-docs: