* [PATCH] stubdom: don't leak include dir on distclean
@ 2009-07-14 15:50 Christoph Egger
2009-07-14 16:19 ` Stefano Stabellini
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Egger @ 2009-07-14 15:50 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 472 bytes --]
Hi!
Attached patch removes the generated include dir on distclean.
Please apply this to xen-3.4-testing and xen-3.3-testing, too.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Thomas M. McCoy, Giuliano Meroni
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
[-- Attachment #2: xen_stubdom.diff --]
[-- Type: text/x-diff, Size: 360 bytes --]
diff -r 98e606e9d173 stubdom/Makefile
--- a/stubdom/Makefile Tue Jul 14 14:46:04 2009 +0100
+++ b/stubdom/Makefile Tue Jul 14 17:44:57 2009 +0200
@@ -390,6 +390,7 @@ crossclean: clean
rm -fr libxc-$(XEN_TARGET_ARCH) ioemu
rm -f mk-headers-$(XEN_TARGET_ARCH)
rm -fr ocaml-$(XEN_TARGET_ARCH)
+ rm -fr include
# clean patched sources
.PHONY: patchclean
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] stubdom: don't leak include dir on distclean
2009-07-14 15:50 [PATCH] stubdom: don't leak include dir on distclean Christoph Egger
@ 2009-07-14 16:19 ` Stefano Stabellini
0 siblings, 0 replies; 2+ messages in thread
From: Stefano Stabellini @ 2009-07-14 16:19 UTC (permalink / raw)
To: Christoph Egger; +Cc: xen-devel@lists.xensource.com
On Tue, 14 Jul 2009, Christoph Egger wrote:
>
> Hi!
>
> Attached patch removes the generated include dir on distclean.
> Please apply this to xen-3.4-testing and xen-3.3-testing, too.
>
> Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-14 16:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-14 15:50 [PATCH] stubdom: don't leak include dir on distclean Christoph Egger
2009-07-14 16:19 ` Stefano Stabellini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.