From 3e91ff64d64a82022633b4d3cf30b085e1b92ba8 Mon Sep 17 00:00:00 2001 From: rusty Date: Fri, 24 Mar 2000 10:51:31 +0000 Subject: Removed distrib: targets. --- Rules.make | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/Rules.make b/Rules.make index 1623c46..74de7c1 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 -- cgit v1.2.3