From c31ad4ac4cde03307f964fb3cf6700e2562026b3 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 15 Mar 1999 04:43:13 +0000 Subject: [PATCH] (tar): Modify for ETL. --- Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5874ccd..d2e8219 100644 --- a/Makefile +++ b/Makefile @@ -48,10 +48,12 @@ tar: sh -c 'cvs tag -RF apel-`echo $(VERSION) \ | sed s/\\\\./_/ | sed s/\\\\./_/`; \ cd /tmp; \ - cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ - export -d apel-$(VERSION) \ - -r apel-`echo $(VERSION) | sed s/\\\\./_/ | sed s/\\\\./_/` \ - apel' + cvs -d \ +# :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ + :ext:morioka@chamonix.jaist.ac.jp:/hare/cvs/root \ + export -d apel-$(VERSION) \ + -r apel-`echo $(VERSION) | sed s/\\\\./_/ | sed s/\\\\./_/` \ + apel' cd /tmp; $(RM) apel-$(VERSION)/ftp.in ; \ $(TAR) cvzf apel-$(VERSION).tar.gz apel-$(VERSION) cd /tmp; $(RM) -r apel-$(VERSION) -- 1.7.10.4