From: tomo Date: Wed, 25 May 2005 10:30:43 +0000 (+0000) Subject: (tar-core): Fixed. X-Git-Tag: chise-core-0_22 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fchise-base.git;a=commitdiff_plain;h=refs%2Ftags%2Fchise-core-0_22 (tar-core): Fixed. --- 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)