On Mon, Jul 17, 2023 at 2:41 PM Alejandro Colomar
<alx.manpa...@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