From 6608462cac742530ed6528bfb5ac7e26f43a31ea Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 17 Jul 1998 07:26:08 +0000 Subject: [PATCH] removed old "make dist" target --- Makefile.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile.in b/Makefile.in index 69a69a8d..baf78638 100644 --- a/Makefile.in +++ b/Makefile.in @@ -60,10 +60,3 @@ proto: clean: rm -f *~ $(OBJS) rsync config.cache config.log config.status -dist: - tar --exclude-from .ignore -czf dist.tar.gz . - -mkdir rsync-$(VERSION) - (cd rsync-$(VERSION) ; tar xzf ../dist.tar.gz) - tar -czf rsync-$(VERSION).tar.gz rsync-$(VERSION) - rm -f dist.tar.gz - echo rsync-$(VERSION) >> .cvsignore -- 2.34.1