bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MAKEFLAGS=-r


From: Bruno Haible
Subject: Re: MAKEFLAGS=-r
Date: Wed, 19 Jul 2023 19:48:41 +0200

Dmitry Goncharov wrote:
> > If a Makefile uses MAKEFLAGS=-r and
> > the Makefile in a subdirectory needs built-in rules, will the MAKEFLAGS=-r
> > setting propagate to the subdirectory?
> 
> It will.

Ouch. This is usually undesired, since a developer works on one Makefile
at a time.

Together with the other arguments by Paul [1], this means the .SUFFIXES
approach is much much preferable.

Bruno

[1] https://lists.gnu.org/archive/html/bug-make/2023-07/msg00063.html






reply via email to

[Prev in Thread] Current Thread [Next in Thread]