summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-09-01 00:14:40 +0000
committerEd Maste <emaste@FreeBSD.org>2020-09-01 00:14:40 +0000
commit30d46e454a04a76c2e82b68474b6c622777c2ef5 (patch)
treece72d2f52171c07ec125ce2a5818f4463b53f738 /Makefile.inc1
parent7daa93c4540566e4211f9d41ec33c321d29563f1 (diff)
downloadsrc-test2-30d46e454a04a76c2e82b68474b6c622777c2ef5.tar.gz
src-test2-30d46e454a04a76c2e82b68474b6c622777c2ef5.zip
Makefile.inc1: comment .endif to ease finding matching .if
Notes
Notes: svn path=/head/; revision=365018
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 21e6274820e1..b5d7035c7295 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1436,7 +1436,7 @@ distributeworld installworld stageworld: _installcheck_world .PHONY
DISTBASE=/base DESTDIR=${DESTDIR}/${DISTDIR}/base \
LOCAL_MTREE=${LOCAL_MTREE:Q} distrib-dirs
${INSTALL_SYMLINK} ${INSTALLFLAGS} usr/src/sys ${INSTALL_DDIR}/base/sys
-.endif
+.endif # make(distributeworld)
${_+_}cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//}; \
${IMAKEENV} rm -rf ${INSTALLTMP}
.if make(distributeworld)
@@ -1465,7 +1465,7 @@ distributeworld installworld stageworld: _installcheck_world .PHONY
${DESTDIR}/${DISTDIR}/${dist}.debug.meta
.endfor
.endif
-.endif
+.endif # make(distributeworld)
packageworld: .PHONY
.for dist in base ${EXTRA_DISTRIBUTIONS}