Author: emaste
Date: Tue Sep  1 00:14:40 2020
New Revision: 365018
URL: https://svnweb.freebsd.org/changeset/base/365018

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

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Mon Aug 31 23:48:27 2020        (r365017)
+++ head/Makefile.inc1  Tue Sep  1 00:14:40 2020        (r365018)
@@ -1436,7 +1436,7 @@ distributeworld installworld stageworld: _installcheck
            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
        ${DESTDIR}/${DISTDIR}/${dist}.debug.meta
 .endfor
 .endif
-.endif
+.endif # make(distributeworld)
 
 packageworld: .PHONY
 .for dist in base ${EXTRA_DISTRIBUTIONS}
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to