Support libsoft for restage.

This is essentially fixing a merge conflict.
This commit is contained in:
Bryan Drewery 2016-05-13 17:44:20 +00:00
parent 96807c23ce
commit 396f5ab6ee

View File

@ -1002,8 +1002,8 @@ restage: .MAKE .PHONY
@echo ">>> Installing everything" @echo ">>> Installing everything"
@echo "--------------------------------------------------------------" @echo "--------------------------------------------------------------"
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install
.if defined(LIB32TMP) && ${MK_LIB32} != "no" .if defined(LIBCOMPAT)
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install32 ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install${libcompat}
.endif .endif
redistribute: .MAKE .PHONY redistribute: .MAKE .PHONY