summaryrefslogtreecommitdiffstats
path: root/Rules.make
diff options
context:
space:
mode:
Diffstat (limited to 'Rules.make')
-rw-r--r--Rules.make23
1 files changed, 0 insertions, 23 deletions
diff --git a/Rules.make b/Rules.make
index 1623c46f..74de7c19 100644
--- a/Rules.make
+++ b/Rules.make
@@ -25,29 +25,6 @@ $(SHARED_LIBS): %.so : %_sh.o
%_sh.o : %.c
$(CC) $(SH_CFLAGS) -o $@ -c $<
-distrib: nowhitespace distclean delrelease /home/public/netfilter/iptables-$(NETFILTER_VERSION).tar.bz2 #diff md5sums
-
-delrelease:
- rm -f /home/public/netfilter/iptables-$(NETFILTER_VERSION).tar.bz2
-
-distclean: clean
- @rm -f TAGS `find . -name '*~' -o -name '*.[do]' -o -name '*.rej'` .makefirst
-
-nowhitespace:
- @if grep -n '[ ]$$' `find . -name 'Makefile' -o -name '*.[ch]'`; then exit 1; else exit 0; fi
-
-/home/public/netfilter/iptables-$(NETFILTER_VERSION).tar.bz2:
- cd .. && ln -sfn userspace iptables-$(NETFILTER_VERSION) && tar cvf - --exclude install-kernel --exclude transfer --exclude iptables-$(NETFILTER_VERSION)/bugs --exclude CVS --exclude .depend iptables-$(NETFILTER_VERSION)/. | bzip2 -9 > $@ && rm iptables-$(NETFILTER_VERSION)
-
-diff: /home/public/netfilter/iptables-$(NETFILTER_VERSION).tar.bz2
- @mkdir /tmp/diffdir
- @cd /tmp/diffdir && tar xfI /home/public/netfilter/iptables-$(NETFILTER_VERSION).tar.bz2
- @set -e; cd /tmp/diffdir; tar xfI /home/public/netfilter/iptables-$(OLD_NETFILTER_VERSION).tar.bz2; echo Creating patch-iptables-$(OLD_NETFILTER_VERSION)-$(NETFILTER_VERSION).bz2; diff -urN iptables-$(OLD_NETFILTER_VERSION) iptables-$(NETFILTER_VERSION) | bzip2 -9 > /home/public/netfilter/patch-iptables-$(OLD_NETFILTER_VERSION)-$(NETFILTER_VERSION).bz2
- @rm -rf /tmp/diffdir
-
-md5sums:
- cd /home/public/netfilter/ && md5sum patch-iptables-*-$(NETFILTER_VERSION).bz2 iptables-$(NETFILTER_VERSION).tar.bz2
-
.makefirst:
@echo Making dependencies: please wait...
@touch .makefirst