Enable 'compat' (non-parallel) for the dev-auto.ent target.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
3a08ff4d7e
commit
187022cece
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51052
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ beforeclean:
|
|||
beforeinstall:
|
||||
.for _SD in ${D}
|
||||
. if (${_SD:Mhardware} != "")
|
||||
${MAKE} -C ${.CURDIR} dev-auto.ent
|
||||
${MAKE} -B -C ${.CURDIR} dev-auto.ent
|
||||
. endif
|
||||
${MAKE} -C ${_SD} DOCINSTALLDIR=${DOCINSTALLDIR} all
|
||||
.endfor
|
||||
|
|
Loading…
Reference in a new issue