"John 'Warthog9' Hawley" <warthog9@kernel.org> writes:
Below are _proposed_ changes to make commit message easier to read, in
my opinion. But they are not _necessary_ changes.
Add "gitweb" target to main Makefile so you would be able to simply
use
instead of requiring to spell it in full
make gitweb/gitweb.cgi
Add Makefile in gitweb subdirectory so one can simply run
when in gitweb subdirectory,
Signoff mismatch.
IMPORTANT!
A note about this change: I think it would be better to move creating
gitweb.cgi (and optionally gitweb.min.js) to gitweb/Makefile, and make
main Makefile call gitweb/Makefile, and not vice versa like in your
solution.
If it is possible.
Why it is here, and not with the .PHONY block at line 1924 of
Makefile? It would be nice to have comment supporting this choice in
email with this patch (or in commit message).
Why this change?
Why is this needed?
Why .PHONY? $(FILES) are created.
--
Jakub Narebski
Poland
ShadeHawk on #git
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html