]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: stop hardcoding {command,config}-list.h
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 23 Sep 2021 10:29:57 +0000 (12:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Sep 2021 22:06:47 +0000 (15:06 -0700)
commit7c3c0a99cc22279f7060ff2e73befbcd7d449896
tree9c6b338e18ae04f8f13a9c44129d91dd5d043e5f
parentea47e59fe321241848e0367de9fe3289290e8324
Makefile: stop hardcoding {command,config}-list.h

Change various places that hardcode the names of these two files to
refer to either $(GENERATED_H), or to a new generated-hdrs
target. That target is consistent with the *-objs targets I recently
added in 029bac01a8 (Makefile: add {program,xdiff,test,git,fuzz}-objs
& objects targets, 2021-02-23).

A subsequent commit will add a new generated hook-list.h. By doing
this refactoring we'll only need to add the new file to the
GENERATED_H variable, not EXCEPT_HDRS, the vcbuild/README etc.

Hardcoding command-list.h there seems to have been a case of
copy/paste programming in 976aaedca0 (msvc: add a Makefile target to
pre-generate the Visual Studio solution, 2019-07-29). The
config-list.h was added later in 709df95b78 (help: move
list_config_help to builtin/help, 2020-04-16).

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
compat/vcbuild/README
config.mak.uname