svn commit: r349855 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Tue Apr 1 14:09:39 UTC 2014


Author: bdrewery
Date: Tue Apr  1 14:09:38 2014
New Revision: 349855
URL: http://svnweb.freebsd.org/changeset/ports/349855
QAT: https://qat.redports.org/buildarchive/r349855/

Log:
  - 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

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Tue Apr  1 14:06:57 2014	(r349854)
+++ head/Mk/bsd.port.mk	Tue Apr  1 14:09:38 2014	(r349855)
@@ -6558,7 +6558,8 @@ ${${target:U}_COOKIE}: ${_${target:U}_DE
 		${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}_DE
 ${${target:U}_COOKIE}: ${_${target:U}_DEP} ${_${target:U}_REAL_SEQ} ${_${target:U}_REAL_SUSEQ}
 	@${TOUCH} ${TOUCH_FLAGS} ${.TARGET}
 .endif
+.endif
 
 .else
 ${${target:U}_COOKIE}::


More information about the svn-ports-all mailing list