]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: allow "bin-wrappers/" directory to exist
authorPatrick Steinhardt <ps@pks.im>
Fri, 6 Dec 2024 13:24:50 +0000 (14:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Dec 2024 22:52:11 +0000 (07:52 +0900)
commit95bcd6f0b709ec6e761270732946651757cc11c3
treed8ba19942d1ca07846dbfbc547583be1b2bf1369
parent3f145a4fe37099c55c7596e93a4cfd850662f88a
Makefile: allow "bin-wrappers/" directory to exist

The "bin-wrappers/" directory gets created by our build system and is
populated with one script for each of our binaries. There isn't anything
inherently wrong with the current layout, but it is somewhat hard to
adapt for out-of-tree build systems.

Adapt the layout such that our "bin-wrappers/" directory always exists
and contains our "wrap-for-bin.sh" script to make things a little bit
easier for subsequent steps.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Documentation/CodingGuidelines
Makefile
bin-wrappers/.gitignore [new file with mode: 0644]
bin-wrappers/wrap-for-bin.sh [moved from wrap-for-bin.sh with 100% similarity, mode: 0755]
contrib/buildsystems/CMakeLists.txt