[Midnightbsd-cvs] mports [24027] trunk/Mk/bsd.mport.mk: fix the white space
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Aug 29 11:26:49 EDT 2018
Revision: 24027
http://svnweb.midnightbsd.org/mports/?rev=24027
Author: laffer1
Date: 2018-08-29 11:26:48 -0400 (Wed, 29 Aug 2018)
Log Message:
-----------
fix the white space
Modified Paths:
--------------
trunk/Mk/bsd.mport.mk
Modified: trunk/Mk/bsd.mport.mk
===================================================================
--- trunk/Mk/bsd.mport.mk 2018-08-29 15:24:12 UTC (rev 24026)
+++ trunk/Mk/bsd.mport.mk 2018-08-29 15:26:48 UTC (rev 24027)
@@ -2883,32 +2883,32 @@
.if ${UID} != 0 && defined(_${target:tu}_REAL_SUSEQ) && !defined(INSTALL_AS_USER)
. if defined(USE_SUBMAKE)
${${target:tu}_COOKIE}: ${_${target:tu}_DEP}
- @cd ${.CURDIR} && ${MAKE} ${_${target:tu}_REAL_SEQ}
+ @cd ${.CURDIR} && ${MAKE} ${_${target:tu}_REAL_SEQ}
. else # !USE_SUBMAKE
${${target:tu}_COOKIE}: ${_${target:tu}_DEP} ${_${target:tu}_REAL_SEQ}
. endif # USE_SUBMAKE
- @${ECHO_MSG} "===> Switching to root credentials for '${target}' target"
- @cd ${.CURDIR} && \
- ${SU_CMD} "${MAKE} ${_${target:tu}_REAL_SUSEQ}"
- @${ECHO_MSG} "===> Returning to user credentials"
- @${TOUCH} ${TOUCH_FLAGS} ${.TARGET}
+ @${ECHO_MSG} "===> Switching to root credentials for '${target}' target"
+ @cd ${.CURDIR} && \
+ ${SU_CMD} "${MAKE} ${_${target:tu}_REAL_SUSEQ}"
+ @${ECHO_MSG} "===> Returning to user credentials"
+ @${TOUCH} ${TOUCH_FLAGS} ${.TARGET}
.else # No SU needed
. if defined(USE_SUBMAKE)
${${target:tu}_COOKIE}: ${_${target:tu}_DEP}
- @cd ${.CURDIR} && \
- ${MAKE} ${_${target:tu}_REAL_SEQ} ${_${target:tu}_REAL_SUSEQ}
- @${TOUCH} ${TOUCH_FLAGS} ${.TARGET}
+ @cd ${.CURDIR} && \
+ ${MAKE} ${_${target:tu}_REAL_SEQ} ${_${target:tu}_REAL_SUSEQ}
+ @${TOUCH} ${TOUCH_FLAGS} ${.TARGET}
. else # !USE_SUBMAKE
${${target:tu}_COOKIE}: ${_${target:tu}_DEP} ${_${target:tu}_REAL_SEQ} ${_${target:tu}_REAL_SUSEQ}
- @${TOUCH} ${TOUCH_FLAGS} ${.TARGET}
+ @${TOUCH} ${TOUCH_FLAGS} ${.TARGET}
. endif # USE_SUBMAKE
.endif # SU needed
.else # exists(cookie)
${${target:tu}_COOKIE}::
- @if [ ! -e ${.TARGET} ]; then \
- cd ${.CURDIR} && ${MAKE} ${.TARGET}; \
- fi
+ @if [ ! -e ${.TARGET} ]; then \
+ cd ${.CURDIR} && ${MAKE} ${.TARGET}; \
+ fi
.endif # !exists(cookie)
.endfor # foreach(targets)
More information about the Midnightbsd-cvs
mailing list