]> Lady’s Gitweb - Gitweb/commit
gitweb/Makefile: add a "NO_GITWEB" parameter
authorÆvar Arnfjörð Bjarmason <redacted>
Tue, 28 Jun 2022 10:16:02 +0000 (12:16 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:33 +0000 (00:51 -0400)
commit9c648e20c91f37cf166bdd57a3ee4257fe971d92f77576d0d09843e9c3a1f581
treebd8f8c6e30428358ad0366f76249f2301c6946650db3ae7849b3cce40e90b7a1
parent8340d73727ba0fc4dfbece56f49a150bab1f6f9f59809b27c80423d433c019ca
gitweb/Makefile: add a "NO_GITWEB" parameter

From looking at the {Free,Net,Dragonfly}BSD packages for git[1]
they've been monkeypatching "gitweb" out of the Makefile, let's be
nicer and provide a NO_GITWEB=Y for their use.

For the "all" target this allows for optionally restoring what's been
the status quo before the preceding commit, but now we'll also behave
correctly on the subsequent "make install".

As before our installation of gitweb can be suppressed with
NO_PERL. For backwards compatibility the NO_PERL=Y flag by itself
still doesn't change whether or not we build gitweb, unlike the new
NO_GITWEB=Y flag.

Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile
This page took 0.129289 seconds and 5 git commands to generate.