public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] external module: remove tmp directory once done with sync
@ 2007-12-22  9:31 Carlo Marcelo Arenas Belon
  2007-12-22 20:22 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Carlo Marcelo Arenas Belon @ 2007-12-22  9:31 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

This patch complements 684c6426c5d58f01f45cd45420df96c837d0feb4 by 
deleting the tmp directory once the merge is completed so that it
doesn't get included by mistake in the release package

Signed-off-by: Carlo Marcelo Arenas Belon <carenas-kLeDWSohozoJb6fo7hG9ng@public.gmane.org>
---
 kernel/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/kernel/Makefile b/kernel/Makefile
index e5d9fff..acfdd3b 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -50,6 +50,7 @@ sync:
 	$(call hack, irq.h)
 	for i in $$(find tmp -type f -printf '%P '); \
 		do cmp -s $$i tmp/$$i || cp tmp/$$i $$i; done
+	rm -rf tmp
 
 install:
 	mkdir -p $(DESTDIR)/$(INSTALLDIR)
-- 
1.5.2.5


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] external module: remove tmp directory once done with sync
  2007-12-22  9:31 [PATCH] external module: remove tmp directory once done with sync Carlo Marcelo Arenas Belon
@ 2007-12-22 20:22 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2007-12-22 20:22 UTC (permalink / raw)
  To: Carlo Marcelo Arenas Belon; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Carlo Marcelo Arenas Belon wrote:
> This patch complements 684c6426c5d58f01f45cd45420df96c837d0feb4 by 
> deleting the tmp directory once the merge is completed so that it
> doesn't get included by mistake in the release package
>   

Applied, thanks.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-22 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-22  9:31 [PATCH] external module: remove tmp directory once done with sync Carlo Marcelo Arenas Belon
2007-12-22 20:22 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox