mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Revert r296395.
This mistakenly removed the SUBDIR_PARALLEL but even worse is that the install (and build) order is not correct due to the lack of SUBDIR_DEPEND on the most critical libraries. The only reason they build correctly now is because buildworld's 'make libraries' orders them properly. Pointyhat to: bdrewery Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
34f4acc8a8
commit
b3b5738bfc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296406
@ -308,4 +308,8 @@ _libusbhid= libusbhid
|
||||
_libusb= libusb
|
||||
.endif
|
||||
|
||||
.if !make(install)
|
||||
SUBDIR_PARALLEL=
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user