- The 2nd section of blocks here is the .else to requiring SU. Change it

so it is not relating to USE_SUBMAKE.

  No functional change.

With hat:	portmgr
This commit is contained in:
Bryan Drewery 2014-04-01 14:09:38 +00:00
parent 3efc22c772
commit de3a95f8ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349855

View file

@ -6558,7 +6558,8 @@ ${${target:U}_COOKIE}: ${_${target:U}_DEP} ${_${target:U}_REAL_SEQ}
${SU_CMD} "${MAKE} ${_${target:U}_REAL_SUSEQ}"
@${ECHO_MSG} "===> Returning to user credentials"
@${TOUCH} ${TOUCH_FLAGS} ${.TARGET}
.elif defined(USE_SUBMAKE)
.else
.if defined(USE_SUBMAKE)
${${target:U}_COOKIE}: ${_${target:U}_DEP}
@cd ${.CURDIR} && \
${MAKE} ${_${target:U}_REAL_SEQ} ${_${target:U}_REAL_SUSEQ}
@ -6567,6 +6568,7 @@ ${${target:U}_COOKIE}: ${_${target:U}_DEP}
${${target:U}_COOKIE}: ${_${target:U}_DEP} ${_${target:U}_REAL_SEQ} ${_${target:U}_REAL_SUSEQ}
@${TOUCH} ${TOUCH_FLAGS} ${.TARGET}
.endif
.endif
.else
${${target:U}_COOKIE}::