From 3e8df2ec2a099cca25793adbe6dbdb0bb8909f66 Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 7 May 1999 08:55:43 +0000 Subject: [PATCH] (tar): Modify to use pserver. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 619d2df..d14d4ed 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ tar: sh -c 'cvs tag -RF apel-`echo $(VERSION) \ | sed s/\\\\./_/ | sed s/\\\\./_/`; \ cd /tmp; \ - cvs -d :ext:morioka@chamonix.jaist.ac.jp:/hare/cvs/root \ + cvs -d :pserver:morioka@chamonix.jaist.ac.jp:/hare/cvs/root \ export -d apel-$(VERSION) \ -r apel-`echo $(VERSION) | tr . _` apel' cd /tmp; $(RM) apel-$(VERSION)/ftp.in ; \ -- 1.7.10.4