From: Stefan Weil <weil@mail.berlios.de>
To: QEMU Developers <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [Qemu][PATCH] Ignore .svn in Makefile
Date: Tue, 22 Apr 2008 22:01:19 +0200 [thread overview]
Message-ID: <480E440F.5020504@mail.berlios.de> (raw)
[-- 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
next reply other threads:[~2008-04-22 20:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-22 20:01 Stefan Weil [this message]
2008-04-22 20:10 ` [Qemu-devel] [Qemu][PATCH] Ignore .svn in Makefile Mike Frysinger
2008-04-22 20:20 ` Stuart Brady
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=480E440F.5020504@mail.berlios.de \
--to=weil@mail.berlios.de \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).