From 52ea7ab44ac295790d873516ada3b835882507fc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 31 Aug 2016 11:44:58 +0200 Subject: kill svn remanents --- Makefile | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/Makefile b/Makefile index c99e56d..0fe5bdd 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,6 @@ LIST = csh.cshrc csh.login host.conf hosts.allow hosts.deny inputrc \ subdir = passgrp -FILES = $(subdir) $(LIST) Makefile NEWS - all: @for dir in $(subdir);do \ make -C $$dir all ;\ @@ -34,26 +32,9 @@ install: echo -n '' > $(DESTDIR)/var/log/lastlog echo -n '' > $(DESTDIR)/etc/mtab -# rules to build a local distribution - -localdist: cleandist dir localcopy tar - -cleandist: clean - rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2 - -dir: - mkdir $(PACKAGE)-$(VERSION) - -localcopy: - tar c --exclude=.svn $(FILES) | tar x -C $(PACKAGE)-$(VERSION) - tar: tar cvjf $(PACKAGE)-$(VERSION).tar.bz2 $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) -# rules to build a public distribution - -dist: cleandist dir localcopy tar svntag +dist: tar -svntag: - svn cp -m 'version $(VERSION)' $(SVNPATH)/trunk $(SVNPATH)/tags/v$(VERSION) -- cgit v1.2.1