Searched hist:"5 e697f5f22417954a1c62e69da430bed4ee64be1" (Results 1 – 1 of 1) sorted by relevance
/freebsd/stand/ |
H A D | defs.mk | diff 5e697f5f22417954a1c62e69da430bed4ee64be1 Tue Jul 14 23:15:16 CEST 2020 Mitchell Horne <mhorne@FreeBSD.org> Really fix cleandir after r362973
I made an attempt to fix this in r362978, but all it really did was confine the issue to the $MACHINE_CPUARCH == "riscv" case. The real problem is that LINKER_FEATURES is not defined here, so bsd.linker.mk needs to be included.
This error with cleandir only occurs when META_MODE is disabled, which explains why it was missed by both CI and myself.
Note that this effectively reverts r362978.
Reported by: mjg Reviewed by: imp, kevans (in IRC)
|