git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Makefiles are broken as of GNU Make commit 07fcee35f058a876447c8a021f9eb1943f902534
@ 2024-04-08 10:44 Dario Gjorgjevski
  2024-04-08 15:51 ` [PATCH] Makefile(s): avoid recipe prefix in conditional statements Taylor Blau
  0 siblings, 1 reply; 13+ messages in thread
From: Dario Gjorgjevski @ 2024-04-08 10:44 UTC (permalink / raw)
  To: git

Hi,

Git has plenty of conditional statements in its Makefiles which begin
with the recipe prefix (tab).  This used to work in the past, but no
longer does as of GNU Make commit
07fcee35f058a876447c8a021f9eb1943f902534:
https://git.savannah.gnu.org/cgit/make.git/commit/?id=07fcee35f058a876447c8a021f9eb1943f902534.
This commit has not yet landed in a release, but it probably will in
the future.

A similar bug was recently fixed in the Linux kernel:
https://github.com/torvalds/linux/commit/82175d1f9430d5a026e2231782d13da0bf57155c.

Best regards,
Dario

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

end of thread, other threads:[~2024-04-09 21:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-08 10:44 Makefiles are broken as of GNU Make commit 07fcee35f058a876447c8a021f9eb1943f902534 Dario Gjorgjevski
2024-04-08 15:51 ` [PATCH] Makefile(s): avoid recipe prefix in conditional statements Taylor Blau
2024-04-08 21:41   ` Junio C Hamano
2024-04-08 23:24     ` Paul Smith
2024-04-08 23:34       ` Junio C Hamano
2024-04-09 20:41         ` Paul Smith
2024-04-08 23:44       ` Junio C Hamano
2024-04-09 20:42         ` Paul Smith
2024-04-09 21:23           ` Junio C Hamano
2024-04-09  0:04       ` Jeff King
2024-04-09  0:17         ` Jeff King
2024-04-09 20:44         ` Paul Smith
2024-04-08 23:28     ` Junio C Hamano

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).