bug-make
[Top][All Lists]
Advanced

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

Re: disabling the built-in rules


From: Dmitry Goncharov
Subject: Re: disabling the built-in rules
Date: Tue, 18 Jul 2023 21:49:35 -0400

On Mon, Jul 17, 2023 at 2:41 PM Alejandro Colomar
<alx.manpages@gmail.com> wrote:

> MAKEFLAGS += --no-builtin-variables

If your makefiles are supposed to work on systems other than linux
(still with gnu make), then you may need built-in variables.
These variables contain different values on different systems.
e.g. ARFLAGS has value '-rv' on linux and value '-Xany -rv' on aix.

regards, Dmitry



reply via email to

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