[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Treat "Circular dependency...dropped" as a hard error instead?
From: |
Dmitry Goncharov |
Subject: |
Re: Treat "Circular dependency...dropped" as a hard error instead? |
Date: |
Sat, 11 May 2024 07:11:49 -0400 |
On Wed, May 8, 2024 at 2:04 PM JZB <jzb@z2zcorp.com> wrote:
>... perhaps a command line option or a ".CIRCULARERROR:" rule
> or some way to allow this to be turned on by those who need it?
There is currently no mechanism (option or otherwise) to fail on a
circular dependency.
On top of that, there are situations when make drops a circular
dependency silently.
See https://savannah.gnu.org/bugs/?60736.
regards, Dmitry