Mark Millard
2016-Jul-08 21:14 UTC
"make delete-old" failed: 11.0-ALPHA6 @r302388 -> stable/11 @r302412
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
Glen Barber
2016-Jul-08 21:18 UTC
"make delete-old" failed: 11.0-ALPHA6 @r302388 -> stable/11 @r302412
On Fri, Jul 08, 2016 at 02:14:48PM -0700, Mark Millard wrote:> 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.) >We're aware of this, and a fix is pending approval from re at . Glen -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20160708/7ab0cd69/attachment.sig>