Re: make -k fails on cygwin

2005-01-15 Thread Alexandre Duret-Lutz
up recursive targets with GNU make. Option -C is neither portable nor standard. How about the following patch to Automake? The very last paragraph of check4.test shows how I was able to reproduce the problem with GNU make (without cygwin modifications). 2005-01-15 Alexandre Duret-Lutz

Re: Solving the "relink exe's" libtool problem [take 2]

2003-01-12 Thread Alexandre Duret-Lutz
;. Maybe Automake 1.8 could start doing this so we don't have to hardcode this sort of knowledge. [...] -- Alexandre Duret-Lutz -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Solving the "relink exe's" libtool problem

2003-01-09 Thread Alexandre Duret-Lutz
d have to do ALL of the Chuck> things the script does, and then pass that environment Chuck> to its exec'ed target in .libs/ -- Maybe it could just exec() something like `/bin/sh .libs/foo.sh', where `.libs/foo.sh' is the script wrapper. [...] -- Alexandre Duret-Lutz -- Un

Re: Solving the "relink exe's" libtool problem

2003-01-09 Thread Alexandre Duret-Lutz
nk there is any way to find out whether a Makefile target needs `.exe' appended. Chuck> However, the wrapper script can NOT be named "foo.exe", Chuck> for a number of good reasons. I assume these reasons are related to the word `script'? Have binaries been consid