summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2013-01-10 21:08:55 +0100
committerBart De Schuymer <bdschuym@pandora.be>2013-01-10 21:08:55 +0100
commit9f4f6be880eaae9323c3ca65f3fcd22d36501ad2 (patch)
tree184b06d811b2d90a27f784f78e1e4511ab1cb404
parent149de9cb1042f58db495c9c4335f2ed86c404b9b (diff)
bump version; remove cvs references in Makefilearptables-0.0.4
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f413b13..9a7bea4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-ARPTABLES_VERSION:=0.0.3-4
+ARPTABLES_VERSION:=0.0.4
KERNEL_DIR:=./
# default paths
@@ -66,11 +66,9 @@ clean:
rm -f include/*~ include/libarptc/*~
DIR:=arptables-v$(ARPTABLES_VERSION)
-CVSDIRS:=CVS extensions/CVS libarptc/CVS include/CVS include/libarptc/CVS include/linux/CVS include/linux/netfilter_arp/CVS
# This is used to make a new userspace release
.PHONY: release
release:
- rm -rf $(CVSDIRS)
make clean
cd ..;find $(DIR) -exec touch {} \;;find $(DIR) -exec chmod o-r,g-r,o-w,g-w,o-x,g-x {} \;;tar -pc $(DIR) | gzip >$(DIR).tar.gz