svn commit: r439373 - head/Mk/Uses

Mathieu Arnold mat at FreeBSD.org
Tue Apr 25 11:28:51 UTC 2017


Author: mat
Date: Tue Apr 25 11:28:49 2017
New Revision: 439373
URL: https://svnweb.freebsd.org/changeset/ports/439373

Log:
  Silence the commands in USES=perl do-test target.
  
  Sponsored by:	Absolight

Modified:
  head/Mk/Uses/perl5.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Tue Apr 25 10:47:21 2017	(r439372)
+++ head/Mk/Uses/perl5.mk	Tue Apr 25 11:28:49 2017	(r439373)
@@ -321,9 +321,9 @@ TEST_TARGET?=	test
 TEST_WRKSRC?=	${BUILD_WRKSRC}
 do-test:
 .    if ${USE_PERL5:Mmodbuild*}
-	cd ${TEST_WRKSRC}/ && ${SETENV} ${TEST_ENV} ${PERL5} ${PL_BUILD} ${TEST_TARGET} ${TEST_ARGS}
+	@cd ${TEST_WRKSRC}/ && ${SETENV} ${TEST_ENV} ${PERL5} ${PL_BUILD} ${TEST_TARGET} ${TEST_ARGS}
 .    elif ${USE_PERL5:Mconfigure}
-	cd ${TEST_WRKSRC}/ && ${SETENV} ${TEST_ENV} ${MAKE_CMD} ${TEST_ARGS} ${TEST_TARGET}
+	@cd ${TEST_WRKSRC}/ && ${SETENV} ${TEST_ENV} ${MAKE_CMD} ${TEST_ARGS} ${TEST_TARGET}
 .    endif # USE_PERL5:Mmodbuild*
 .  endif # do-test
 .endif # defined(_POSTMKINCLUDED)


More information about the svn-ports-head mailing list