qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4241] Ignore .git and .svn in Makefile, noticed by Stefan


From: Aurelien Jarno
Subject: [Qemu-devel] [4241] Ignore .git and .svn in Makefile, noticed by Stefan Weil.
Date: Tue, 22 Apr 2008 20:45:30 +0000

Revision: 4241
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4241
Author:   aurel32
Date:     2008-04-22 20:45:30 +0000 (Tue, 22 Apr 2008)

Log Message:
-----------
Ignore .git and .svn in Makefile, noticed by Stefan Weil.

Modified Paths:
--------------
    trunk/Makefile

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2008-04-22 20:45:18 UTC (rev 4240)
+++ trunk/Makefile      2008-04-22 20:45:30 UTC (rev 4241)
@@ -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 
.git --exclude .svn
        rm -rf /tmp/$(FILE)
 
 # generate a binary distribution






reply via email to

[Prev in Thread] Current Thread [Next in Thread]