]> git.ipfire.org Git - thirdparty/man-pages.git/commit
Revert "GNUmakefile: help: Show only variables assigned with '?='"
authorAlejandro Colomar <alx@kernel.org>
Fri, 13 Jun 2025 08:03:18 +0000 (10:03 +0200)
committerAlejandro Colomar <alx@kernel.org>
Fri, 13 Jun 2025 08:03:18 +0000 (10:03 +0200)
commit86654b987c6f8fdf78902a0c57b2245c180781ba
treed576bcb39552c467b105ddd73a934faa7129ccdf
parent249fa859134d815df71c8bd5c414ea0a04b66530
Revert "GNUmakefile: help: Show only variables assigned with '?='"

We don't use ?= anymore (except for MANWIDTH).  We'd like to use ?:=
eventually, but for now we use := surrounded by conditionals.

This reverts commit e18c21096714545db6c4855e20c43bbb1541489c.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
GNUmakefile