git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Makefile: fix parallel build race
@ 2021-11-17  1:25 Đoàn Trần Công Danh
  2021-11-17  3:18 ` Jeff King
  0 siblings, 1 reply; 12+ messages in thread
From: Đoàn Trần Công Danh @ 2021-11-17  1:25 UTC (permalink / raw)
  To: git; +Cc: Đoàn Trần Công Danh

* builtin/bugreport.c includes hook-list.h, hence generated files from
it must depend on hook-list.h

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 241dc322c0..413503b488 100644
--- a/Makefile
+++ b/Makefile
@@ -2222,6 +2222,7 @@ git$X: git.o GIT-LDFLAGS $(BUILTIN_OBJS) $(GITLIBS)
 
 help.sp help.s help.o: command-list.h
 hook.sp hook.s hook.o: hook-list.h
+builtin/bugreport.sp builtin/bugreport.s builtin/bugreport.o: hook-list.h
 
 builtin/help.sp builtin/help.s builtin/help.o: config-list.h hook-list.h GIT-PREFIX
 builtin/help.sp builtin/help.s builtin/help.o: EXTRA_CPPFLAGS = \
-- 
2.34.0.rc1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-11-19 17:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-17  1:25 [PATCH] Makefile: fix parallel build race Đoàn Trần Công Danh
2021-11-17  3:18 ` Jeff King
2021-11-17  3:39   ` Mike Hommey
2021-11-17 10:21     ` Ævar Arnfjörð Bjarmason
2021-11-17 23:14   ` Johannes Schindelin
2021-11-17 23:56     ` Ævar Arnfjörð Bjarmason
2021-11-18  1:19       ` Đoàn Trần Công Danh
2021-11-18 14:36         ` Johannes Schindelin
2021-11-19  7:08           ` Ævar Arnfjörð Bjarmason
2021-11-19  7:06         ` Ævar Arnfjörð Bjarmason
2021-11-19 15:44           ` Johannes Schindelin
2021-11-19 16:48             ` Ævar Arnfjörð Bjarmason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).