Hi, On Wed, 10 Jan 2007, Alex Riesen wrote: > On 1/10/07, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > > > > On Cygwin, newly builtins are not recognized, because there exist both > > the executable binaries (with .exe extension) _and_ the now-obsolete > > scripts (without extension), but the script is executed. > > > > "make clean-obsolete-scripts" removes these ambiguities by removing the > > older of these file pairs. > > Not enough. You have to cleanup the build directory too, > otherwise tests fail, and git-hacking on git itself is ... complicated. Doesn't it handle that? ls *$X '$(DESTDIR_SQ)$(gitexecdir_SQ)'/*$X Note the first "*$X". It really should pick up on all executables in the build directory. Or do I miss something? Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html