svn commit: r423736 - head/lang/rust

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 10 23:54:27 UTC 2016


Author: amdmi3
Date: Mon Oct 10 23:54:26 2016
New Revision: 423736
URL: https://svnweb.freebsd.org/changeset/ports/423736

Log:
  - Unconditionally verbosify build as per PHB
  
  Approved by:	portmgr blanket

Modified:
  head/lang/rust/Makefile

Modified: head/lang/rust/Makefile
==============================================================================
--- head/lang/rust/Makefile	Mon Oct 10 23:46:43 2016	(r423735)
+++ head/lang/rust/Makefile	Mon Oct 10 23:54:26 2016	(r423736)
@@ -70,9 +70,7 @@ CONFIGURE_ARGS=	--disable-valgrind \
 
 PORTDOCS=	*
 
-.if defined(BATCH) || defined(PACKAGE_BUILDING)
 MAKE_ARGS+=	VERBOSE=1
-.endif
 
 OPTIONS_DEFINE=		DOCS GDB LLNEXTGEN PORT_LLVM
 GDB_DESC=		Install ports gdb (necessary for debugging rust programs)


More information about the svn-ports-all mailing list