Junio C Hamano wrote: > This seems to break the build like this, by exposing a lack of dependency > somewhere in the Makefile: > > ... > SUBDIR gitweb > make: *** No rule to make target `gitweb/static/gitweb.js', needed by `git-instaweb'. Stop. > make: *** Waiting for unfinished jobs.... > Ah, thanks for report. and sorry for the bug. This bug is caused by the fact that main Makefile doesn't know (as it should) that gitweb.js is now generated file. The trouble is how to write rule for gitweb/static/gitweb.js, proxying it to gitweb/Makefile, without having to repeat its dependencies... -- Jakub Narebski Poland -- 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