From eb989eb5ede36becb17831b05dd592ad7cf8cfd8 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Thu, 10 Jan 2013 21:08:55 +0100 Subject: bump version; remove cvs references in Makefile --- userspace/arptables/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'userspace/arptables') diff --git a/userspace/arptables/Makefile b/userspace/arptables/Makefile index f413b13..9a7bea4 100644 --- a/userspace/arptables/Makefile +++ b/userspace/arptables/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 -- cgit v1.2.3