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

* Re: [Qemu-devel] [Qemu][PATCH] Ignore .svn in Makefile
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2008-04-22 20:10 UTC (permalink / raw)
  To: qemu-devel

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

On Tuesday 22 April 2008, Stefan Weil wrote:
> this small patch adds .svn to the ignore list for the tar archive target.
> I left CVS on the ignore list, too.

should stick .git in there too while you're at it :)
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

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

* Re: [Qemu-devel] [Qemu][PATCH] Ignore .svn in Makefile
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Stuart Brady @ 2008-04-22 20:20 UTC (permalink / raw)
  To: qemu-devel

On Tue, Apr 22, 2008 at 10:01:19PM +0200, Stefan Weil wrote:
> this small patch adds .svn to the ignore list for the tar archive target.
> I left CVS on the ignore list, too.

Would it be okay to ignore .git, too?  There are quite a few Git
repositories, for which this might be useful.
-- 
Stuart Brady

^ 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).