On Mon, Oct 02, 2000 at 02:08:39AM -0700, Alexander Mai wrote:
> Update of /cvsroot/lesstif/lesstif
> In directory slayer.i.sourceforge.net:/tmp/cvs-serv10652
> 
> Modified Files:
>       CVSMake 
> Log Message:
> */CVSMake: add new flag "nodist" (it will leave out the "-i" argument to
>            automake. Also implemented recursively

Well,
now a problem appears which I can remember from some earlier attempts:
the 'make' process enters an endless loop after running with CVSMake
with the 'nodist' flag:

[...]
make[2]: Leaving directory `/u/mai/compile/lesstif/Production/lib/Xm-2.1'
make[2]: Entering directory `/u/mai/compile/lesstif/Production/lib/Xm-2.1'
:
cd ../.. \
  && CONFIG_FILES=lib/Xm-2.1/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating lib/Xm-2.1/Makefile
make[2]: Leaving directory `/u/mai/compile/lesstif/Production/lib/Xm-2.1'
make[2]: Entering directory `/u/mai/compile/lesstif/Production/lib/Xm-2.1'
:
cd ../.. \
  && CONFIG_FILES=lib/Xm-2.1/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating lib/Xm-2.1/Makefile
make[2]: Leaving directory `/u/mai/compile/lesstif/Production/lib/Xm-2.1'
make[2]: Entering directory `/u/mai/compile/lesstif/Production/lib/Xm-2.1'
[...]

Any ideas about that? (I may have asked already, but then I really forgot
the answer ...)

-- 
Alexander Mai
[EMAIL PROTECTED]

Reply via email to