From: Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>
Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>

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)

-------------------------------------------------------------------------
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/
_______________________________________________
kvm-commits mailing list
kvm-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-commits

Reply via email to