install-db:
-cd $(prefix)/share; mkdir chise
- (cd chise-db; tar cvf - db* ) \
- | (cd $(prefix)/share/chise; tar xvf -)
+ (cd chise-db; $(TAR) cvf - db* ) \
+ | (cd $(prefix)/share/chise; $(TAR) xvf -)
config-xemacs: xemacs-chise xemacs-chise/src/config.h
-cd chise-db && mkdir db-$(VERSION)
(cd `xemacs -batch -vanilla -eval \
'(princ (file-name-as-directory data-directory))'`chise-db; \
- tar cvf - * ) \
- | (cd chise-db/db-$(VERSION); tar xvf - )
+ $(TAR) cvf - * ) \
+ | (cd chise-db/db-$(VERSION); $(TAR) xvf - )
-cd chise-db && ln -s db-$(VERSION) db
-tar-core: cvs-core-clean
+tar-core: cvs-base-clean
cvs commit
sh -c 'cvs tag -R chise-core-`echo $(VERSION) | tr . _`; \
cd /tmp; \
cvs -d $(CVS_ROOT) export -d chise-core-$(VERSION) \
-r chise-core-`echo $(VERSION) | tr . _` \
chise-base'
+ cd chise-base
+ cvs -d $(CVS_ROOT) export -d chise-core-$(VERSION) \
+ -r chise-core-`echo $(VERSION) | tr . _` \
+ concord'
+ cvs -d $(CVS_ROOT) export -d chise-core-$(VERSION) \
+ -r chise-core-`echo $(VERSION) | tr . _` \
+ libchise'
#cd /tmp; mkdir chise-core-$(VERSION)
#rsync -av Makefile libchise chise-db \
# xemacs-chise ids
#rsync -av Makefile concord libchise chise-db \
# /tmp/chise-core-$(VERSION)
rsync -av chise-db /tmp/chise-core-$(VERSION)
- cd /tmp; tar cvzf chise-core-$(VERSION).tar.gz \
+ cd /tmp; $(TAR) cvzf chise-core-$(VERSION).tar.gz \
chise-core-$(VERSION)
get-base: concord libchise xemacs-chise tomoyo-tools ids