Jeff King <peff@xxxxxxxx> writes: > On Sat, Nov 28, 2009 at 11:44:39AM -0800, Junio C Hamano wrote: > >> . Advertising this forces the Makefile build test-bin/ contents from >> "all" target. I think test-bin/ should only depend on "test" (iow, >> after "make all && make install" there shouldn't have to be "test-bin" >> directory. > > Would implementing it that way mean that: > > make && cd t && make > > does not work (or worse, might silently use stale information in > test-bin)? Why can't t/Makefile have a dependency on its 'default' target that goes up and prepares test-bin/, i.e. "cd .. && make test-bin-stuff"? -- 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