]> git.ipfire.org Git - thirdparty/xz.git/commit
FIXME *** Build: Add support for git_commit_info.sh
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 7 Apr 2025 14:38:32 +0000 (17:38 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 7 Apr 2025 14:38:32 +0000 (17:38 +0300)
commit689ec5d2c9d968617ab1b69ee9b9d4a48f7a88d6
treed27b16a4d33839ac3f8013ba911ab5f6b57f3de4
parent0b269072aa3de4eb8a8fd79aea44400e06d2d8a6
FIXME *** Build: Add support for git_commit_info.sh

Using $(RECURSIVE_TARGETS) might apply to too many targets. At the same
time, it isn't enough: Each library/program or file that depends on
git_commit_version.h should ensure that the file is up to date without
trying to update it in parallel (and then corrupting it).
Now if one configures the tree and runs "make -C src", the header
isn't generated and the build fails.
Makefile.am
configure.ac