On Wed, May 8, 2024 at 2:04 PM JZB <j...@z2zcorp.com> wrote: > > I have a GNU make-based build system wherein I would like for any/all > GNU make-detected circular dependencies to be treated as a hard error, > i.e., fail [immediately], rather than a "dropped and we go on without > it..." situation. > > Is there a way to do this already?
I think, that's a good idea. i added two patches which implement this ability. You'll need to wait for make with the patches to be released or apply the patches yourself. See https://savannah.gnu.org/bugs/index.php?65739. regards, Dmitry