From 5f842c4cb34b0036e6c7fffd725d6bfae1c9625f Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 25 May 2005 10:30:43 +0000 Subject: [PATCH] (tar-core): Fixed. --- Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9b3ec02..620131d 100644 --- a/Makefile +++ b/Makefile @@ -50,9 +50,13 @@ chise-db: tar-core: cvs commit - sh -c 'cvs tag -R chise-core-`echo $(VERSION) \ - | sed s/\\\\./_/ | sed s/\\\\./_/`; \ - cd /tmp; mkdir chise-core-$(VERSION) + sh -c 'cvs tag -R chise-core-`echo $(VERSION) | tr . _`; \ + cd /tmp; \ + cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise \ + export -d chise-core-$(VERSION) \ + -r chise-core-`echo $(VERSION) | tr . _` \ + chise-base' + #cd /tmp; mkdir chise-core-$(VERSION) #rsync -av Makefile libchise chise-db \ # xemacs-chise ids # /tmp/chise-core-$(VERSION) -- 1.7.10.4