qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Qemu][PATCH] Ignore .svn in Makefile
@ 2008-04-22 20:01 Stefan Weil
  2008-04-22 20:10 ` Mike Frysinger
  2008-04-22 20:20 ` Stuart Brady
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Weil @ 2008-04-22 20:01 UTC (permalink / raw)
  To: QEMU Developers

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]

Hi,

this small patch adds .svn to the ignore list for the tar archive target.
I left CVS on the ignore list, too.

Would a change from gzip to bzip2 or lzma make sense to
get a better compression?

Stefan



[-- Attachment #2: Makefile.patch --]
[-- Type: text/x-diff, Size: 407 bytes --]

Index: Makefile
===================================================================
--- Makefile	(revision 4236)
+++ Makefile	(working copy)
@@ -257,7 +257,7 @@
 tar:
 	rm -rf /tmp/$(FILE)
 	cp -r . /tmp/$(FILE)
-	cd /tmp && tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS
+	cd /tmp && tar zcvf ~/$(FILE).tar.gz $(FILE) --exclude CVS --exclude .svn
 	rm -rf /tmp/$(FILE)
 
 # generate a binary distribution

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-22 20:01 [Qemu-devel] [Qemu][PATCH] Ignore .svn in Makefile Stefan Weil
2008-04-22 20:10 ` Mike Frysinger
2008-04-22 20:20 ` Stuart Brady

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).