]> git.ipfire.org Git - thirdparty/man-pages.git/commit
GNUmakefile: Require the user to specify '-R' if their make(1) is too old
authorAlejandro Colomar <alx@kernel.org>
Mon, 3 Feb 2025 09:12:28 +0000 (10:12 +0100)
committerAlejandro Colomar <alx@kernel.org>
Mon, 10 Feb 2025 11:51:18 +0000 (12:51 +0100)
commit50c914d25b40ac6a4d63ce10ed146653098014a2
tree5876c11c35f96502c564ea4d3ffd3b35f8b03f35
parent76f12e3fd3eab022f4f4d608c9a8e4d80cb81fd2
GNUmakefile: Require the user to specify '-R' if their make(1) is too old

And everyone's make(1) is too old.  :-)

This will allow us to use ?= assignments.  Once a new GNU make(1)
release is done, we'll be able to rely on our setting of MAKEFLAGS+=-R
at the top of the GNUMakefile, but currently, that's not enough, and the
user must specify -R to unset implicit variables.

Cc: Sam James <sam@gentoo.org>
Cc: Paul Smith <psmith@gnu.org>
Cc: Guenther Noack <gnoack@google.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
GNUmakefile