"make delete-old" failed: 11.0-ALPHA6 @r302388 -> stable/11 @r302412

Mark Millard markmi at dsl-only.net
Fri Jul 8 21:14:52 UTC 2016


On Fri, Jul 08, 2016 at 09:23:43AM -0400, Michael Butler wrote: > Seems to be a typo .. TARGET_CPUARCH should be TARGET_ARCH .. 
> .... 

${TARGET_CPUARCH} != "arm" apparently was an attempt to not explicitly test for each specific arm variant (such as armv§).

${TARGET_ARCH} != "arm" does not appear to achieve the original test's intent and will mishandle things list armv6 as far as I can tell. (It certainly does avoid the malformed conditional problem that stops the build.)

===
Mark Millard
markmi at dsl-only.net



More information about the freebsd-current mailing list