[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Automake-NG] [FYI 2/2] built sources: avoid fork bomb in $(BUILT_SO
From: |
Akim Demaille |
Subject: |
Re: [Automake-NG] [FYI 2/2] built sources: avoid fork bomb in $(BUILT_SOURCES) handling |
Date: |
Sun, 16 Sep 2012 15:48:02 +0200 |
Le 11 sept. 2012 à 16:49, Stefano Lattarini a écrit :
> Due to how the handling of $(BUILT_SOURCES) was implemented in Automake-NG,
> a recursive make call in the recipe of any $(BUILT_SOURCES) (or of any of
> its prerequisites) would have caused an infinite recursion (complete with
> fork bomb, yuck). Work around the issue.
Shouldn't some error message be sent to diagnose something wrong?