summaryrefslogtreecommitdiffstats
path: root/Rules.make
diff options
context:
space:
mode:
authorrusty <rusty>2000-03-24 10:51:31 +0000
committerrusty <rusty>2000-03-24 10:51:31 +0000
commit3e91ff64d64a82022633b4d3cf30b085e1b92ba8 (patch)
tree16f547d08fe8109002b4718709eb697df83f3f70 /Rules.make
parentb4cc682b094cf431c8957cd106ff7538c0b3d577 (diff)
Removed distrib: targets.
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 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