Makefile.inc1: comment .endif to ease finding matching .if

This commit is contained in:
Ed Maste 2020-09-01 00:14:40 +00:00
parent 7daa93c454
commit 30d46e454a

View File

@ -1436,7 +1436,7 @@ distributeworld installworld stageworld: _installcheck_world .PHONY
DISTBASE=/base DESTDIR=${DESTDIR}/${DISTDIR}/base \ DISTBASE=/base DESTDIR=${DESTDIR}/${DISTDIR}/base \
LOCAL_MTREE=${LOCAL_MTREE:Q} distrib-dirs LOCAL_MTREE=${LOCAL_MTREE:Q} distrib-dirs
${INSTALL_SYMLINK} ${INSTALLFLAGS} usr/src/sys ${INSTALL_DDIR}/base/sys ${INSTALL_SYMLINK} ${INSTALLFLAGS} usr/src/sys ${INSTALL_DDIR}/base/sys
.endif .endif # make(distributeworld)
${_+_}cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//}; \ ${_+_}cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//}; \
${IMAKEENV} rm -rf ${INSTALLTMP} ${IMAKEENV} rm -rf ${INSTALLTMP}
.if make(distributeworld) .if make(distributeworld)
@ -1465,7 +1465,7 @@ distributeworld installworld stageworld: _installcheck_world .PHONY
${DESTDIR}/${DISTDIR}/${dist}.debug.meta ${DESTDIR}/${DISTDIR}/${dist}.debug.meta
.endfor .endfor
.endif .endif
.endif .endif # make(distributeworld)
packageworld: .PHONY packageworld: .PHONY
.for dist in base ${EXTRA_DISTRIBUTIONS} .for dist in base ${EXTRA_DISTRIBUTIONS}