On Mon, Oct 22, 2012 at 04:30:17PM +0200, Joachim Schmitz wrote: > + # for 'make test' > + # some test don't work with /bin/diff, some fail with /bin/tar > + # some need bash, and some need ${prefix}/bin in PATH first > + SHELL_PATH=${prefix}/bin/bash > + SANE_TOOL_PATH=${prefix}/bin
This feels a little too specific to go in our Makefile. Do we have any reason to think that where you are installing git is going to be the same place you have bash and other sane tools? Wouldn't this mean that things work when you run "make" but mysteriously break when you run "make prefix=/my/local/install/of/git"? -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html