]> Kevux Git Server - rit/commit
git-gui: stop including GIT-VERSION-FILE file
authorPatrick Steinhardt <ps@pks.im>
Tue, 11 Mar 2025 10:26:48 +0000 (11:26 +0100)
committerPatrick Steinhardt <ps@pks.im>
Tue, 13 May 2025 06:48:09 +0000 (08:48 +0200)
commitd821fc62691680df6454d62b4f9e9409086b2873
tree610b8a3af6975c632b417969fa061607ddbdce7a
parent28a8e5c8849e158abaf49d86b5ae7c9249d3e483
git-gui: stop including GIT-VERSION-FILE file

The "GITGUI_VERSION" variable is made available by generating and
including the "GIT-VERSION-FILE" file. Its value has been used in
various build steps, but in the preceding commits we have refactored
those to instead source the "GIT-VERSION-FILE" directly. As a result,
the variable is now only used in a single recipe, and this use can be
trivially replaced with sed(1).

Refactor the recipe to do so and stop including "GIT-VERSION-FILE" to
simplify the build process.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Makefile