From c4ff8821726e2d185b5adea1408cacee4fef4c71 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 15 Mar 1999 04:54:36 +0000 Subject: [PATCH] (tar): Use tr. --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f2fff12..5b43390 100644 --- a/Makefile +++ b/Makefile @@ -48,11 +48,9 @@ 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 \ cvs -d :ext:morioka@chamonix.jaist.ac.jp:/hare/cvs/root \ - export -d apel-$(VERSION) \ - -r apel-`echo $(VERSION) | sed s/\\\\./_/ | sed s/\\\\./_/` \ - apel' + export -d apel-$(VERSION) + -r apel-`echo $(VERSION) | tr . _` 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