Date: Tue, 1 Apr 2014 14:09:39 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349855 - head/Mk Message-ID: <201404011409.s31E9d1R006934@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}::
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404011409.s31E9d1R006934>