namazu-dev(ring)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make all-recursive error
- From: Kenji Suzuki <kenji@xxxxxxxxxxxxxxxx>
- Date: Wed, 16 Feb 2000 21:39:43 +0900
creating doc/Makefile
sed: can't read ./doc/Makefile.in: No such file or directory
Namazu-current ですが、
creating doc/en/Makefile
sed: can't read ./doc/en/Makefile.in: No such file or directory
creating doc/ja/Makefile
sed: can't read ./doc/ja/Makefile.in: No such file or directory
creating etc/Makefile
sed: can't read ./etc/Makefile.in: No such file or directory
のエラーがでて make も失敗します。
make all-recursive
make[1]: Entering directory `/home/kenji/work/namazu-tmp'
Making all in conf
make[2]: Entering directory `/home/kenji/work/namazu-tmp/conf'
make[2]: Leaving directory `/home/kenji/work/namazu-tmp/conf'
Making all in doc
make[2]: Entering directory `/home/kenji/work/namazu-tmp/doc'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory `/home/kenji/work/namazu-tmp/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kenji/work/namazu-tmp'
make: *** [all-recursive-am] Error 2
// Kenji