On Sun, Dec 31, 2023 at 12:26:28PM +0100, Sebastien Marie wrote: > initially, I tried to hide the "lang/rust" module under "devel/cargo" > module (and have devel/cargo to sets MODULES+=lang/rust), but > arch-defines.mk is included before MODULES processing, which means that > the test ${MODULES:Mlang/rust} to check if lang/rust module is here or > not isn't trigger as the module comes too late in the variable.
Why does that test have to be there? Must MODULES not contain duplicate entries?