Fix PORTS_MODULES+'make reinstallkernel' trying to run bogus 'make redeinstall'.
Also fix 'make installkernel' running 'make deinstall' twice. PR: 201779 MFC after: 2 weeks Sponsored by: Dell
This commit is contained in:
parent
3faecc70e8
commit
b00ea69b51
@ -87,7 +87,7 @@ ${__target}: ports-${__target}
|
||||
ports-${__target}:
|
||||
.for __i in ${PORTS_MODULES}
|
||||
@${ECHO} "===> Ports module ${__i} (${__target})"
|
||||
cd $${PORTSDIR:-/usr/ports}/${__i}; ${PORTSMODULESENV} ${MAKE} -B ${__target:C/install/deinstall reinstall/:C/reinstall/deinstall reinstall/}
|
||||
cd $${PORTSDIR:-/usr/ports}/${__i}; ${PORTSMODULESENV} ${MAKE} -B ${__target:C/(re)?install/deinstall reinstall/}
|
||||
.endfor
|
||||
.endfor
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user