Building automake, after

gmake distclean
cvs update
sh bootstrap
configure
gmake

...
Making all in doc
gmake[1]: Entering directory `/usr/src/local/automake/doc'
...
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make: don't know how to make w. Stop

make: stopped in /usr/src/local/automake/doc/amhello
gmake[1]: *** [amhello-1.0.tar.gz] Error 2
gmake[1]: Leaving directory `/usr/src/local/automake/doc'
gmake: *** [all-recursive] Error 1


make "w" ?


Yet then

cd doc
gmake
cd ..
gmake

succeeds?! I can then repeat at the top and get stuck making "w" again
or run gmake check and pass all 585 tests..

Thoughts?

Cheers,

Patrick


Reply via email to