]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: introduce infrastructure to build internal Rust library
authorPatrick Steinhardt <ps@pks.im>
Thu, 2 Oct 2025 07:29:28 +0000 (09:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Oct 2025 16:32:31 +0000 (09:32 -0700)
commite30c081c6af4963418184dbcd5df37322032f9dc
treeb81a1ffcaa17b488bc22e482cab4f5916031ef3b
parentf2301be0765ef1baad163edcae96df92c5e05074
Makefile: introduce infrastructure to build internal Rust library

Introduce infrastructure to build the internal Rust library. This
mirrors the infrastructure we have added to Meson in the preceding
commit. Developers can enable the infrastructure by passing the new
`WITH_RUST` build toggle.

Inspired-by: Ezekiel Newren <ezekielnewren@gmail.com>
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Makefile
shared.mak