namazu-dev(ring)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

template directory and cvs update



>                                            千葉市中央区長洲
>                                                    藤原  誠
(例によって cvs 初級(以前:-) でごめんなさい)
何かを手元で消してしまっても、cvs update で復活出来はず
ですよね ? という話です。

僕は 手元には二つ directory を用意しています。
(1) ~/namazu-cvs      
    (snapshot 作成用・cron で更新。余計なものは置いていない)
(2) ~/namazu-cvs-work
    手動で必要な時に cvs update
    make や、自分の変更などはこちらでする。
    commit する時もこちらから

で、後の(2)で作業する話です。
   何とはなく template が動いたのではないかと思い rm -rf template
したのですが、どうも勘違いらしく、mkdir template しました。
それから cvs update して、./autogen.sh したのですが、最後の方で
template/NMZ.{Makefile,head,foot,head.ja,foot.ja}.in がないと言われます。
例えば、次のようです。

sed: ./template/Makefile.in: No such file or directory
creating template/NMZ.head
    ....
creating config.h
linking ./intl/libgettext.h to intl/libintl.h
Now type 'make' to compile Namazu.
makoto@harry  19:44:55/000129(~/namazu-cvs-work/namazu)> cd ..
    こういうのって、cvs update した時に自動的に持って来てくれて、
    復活しませんでしたっけ。
    確かに (1) の方には沢山ありました。

makoto@harry  19:45:40/000129(~)> ls namazu-cvs{,-work}/namazu/template
(1)
namazu-cvs/namazu/template:
CVS/                      NMZ.foot.ja.in            NMZ.result.short
Makefile.am               NMZ.head.in               NMZ.result.short.ja
NMZ.body                  NMZ.head.ja.in            NMZ.tips
NMZ.body.ja               NMZ.result.normal         NMZ.tips.ja
NMZ.foot.in               NMZ.result.normal.ja
makoto@harry  19:53:15/000129(~)> 

(2)
namazu-cvs-work/namazu/template:
Makefile     NMZ.foot     NMZ.foot.ja  NMZ.head     NMZ.head.ja
---
(藤原)