Jeff King wrote:
So I do not see any problem with the current Makefile. Running "make" or
"make test" should let t5800 pass. Can you describe how you are
triggering the issue in more detail?
master, at the time of reporting the issue:
artagnon|master=:~/src/git$ make -j 8
artagnon|master=:~/src/git$ rm git-remote-testpy
artagnon|master=:~/src/git$ make -j 8
artagnon|master=:~/src/git$ cd t
artagnon|master=:~/src/git$ sh t5800-remote-testpy.sh
# failure
Yesterday's jc publish fixed it: 6c473a5 (build: generate and clean
test scripts, 2013-06-07) graduated to master; it adds $NO_INSTALL to
the target "all", among other things.
[...]
Yes, I agree that it is convoluted and can be cleaned up.