]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tools/build/make.py: Add missing comma to fix tinderbox and worlds
authorJessica Clarke <jrtc27@FreeBSD.org>
Sat, 20 Jan 2024 22:07:48 +0000 (22:07 +0000)
committerJessica Clarke <jrtc27@FreeBSD.org>
Sat, 20 Jan 2024 22:07:48 +0000 (22:07 +0000)
commitedec803c5b72681b39ce969cc16d634e08bb3ac2
tree690196cc6b4ed53aef05909c682225d183762e7f
parentc3d7bb5aca7749626b5c70dfa86ee8f07960f44a
tools/build/make.py: Add missing comma to fix tinderbox and worlds

The missing comma meant this was interpreted as a single target called
"tinderboxworlds", and so neither tinderbox nor worlds were recognised
as being MI targets (i.e. still required TARGET(_ARCH) to be given).

Fixes: 5157b451c654 ("tools/build/make.py: Grow the list of MI targets")
tools/build/make.py