[netfilter-cvslog] r3641 - trunk/iptables

laforge at netfilter.org laforge at netfilter.org
Tue Feb 1 17:47:35 CET 2005


Author: laforge at netfilter.org
Date: 2005-02-01 17:47:35 +0100 (Tue, 01 Feb 2005)
New Revision: 3641

Modified:
   trunk/iptables/Makefile
Log:
we now need to exclude .svn instead of CVS


Modified: trunk/iptables/Makefile
===================================================================
--- trunk/iptables/Makefile	2005-02-01 16:46:26 UTC (rev 3640)
+++ trunk/iptables/Makefile	2005-02-01 16:47:35 UTC (rev 3641)
@@ -235,7 +235,7 @@
 	rm -f $(RELEASE_DIR)/iptables-$(IPTABLES_VERSION).tar.bz2
 
 $(RELEASE_DIR)/iptables-$(IPTABLES_VERSION).tar.bz2:
-	cd .. && ln -sf iptables iptables-$(IPTABLES_VERSION) && tar cvf - --exclude CVS iptables-$(IPTABLES_VERSION)/. | bzip2 -9 > $@ && rm iptables-$(IPTABLES_VERSION)
+	cd .. && ln -sf iptables iptables-$(IPTABLES_VERSION) && tar cvf - --exclude .svn iptables-$(IPTABLES_VERSION)/. | bzip2 -9 > $@ && rm iptables-$(IPTABLES_VERSION)
 
 .PHONY: diff
 diff: $(RELEASE_DIR)/iptables-$(IPTABLES_VERSION).tar.bz2




More information about the netfilter-cvslog mailing list