Support libsoft for restage.
This is essentially fixing a merge conflict.
This commit is contained in:
parent
96807c23ce
commit
396f5ab6ee
@ -1002,8 +1002,8 @@ restage: .MAKE .PHONY
|
||||
@echo ">>> Installing everything"
|
||||
@echo "--------------------------------------------------------------"
|
||||
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install
|
||||
.if defined(LIB32TMP) && ${MK_LIB32} != "no"
|
||||
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install32
|
||||
.if defined(LIBCOMPAT)
|
||||
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install${libcompat}
|
||||
.endif
|
||||
|
||||
redistribute: .MAKE .PHONY
|
||||
|
Loading…
Reference in New Issue
Block a user