From e4d7d87ac70c695424bbfa872cbe95ab7eb1b1de Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sat, 19 Jan 2013 14:26:37 +0000 Subject: [PATCH] Get make to respect V=0 - thanks Jeff This commit was SVN r27871. --- ompi/mpi/java/java/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/mpi/java/java/Makefile.am b/ompi/mpi/java/java/Makefile.am index fe9f42a324..98b8534b5b 100644 --- a/ompi/mpi/java/java/Makefile.am +++ b/ompi/mpi/java/java/Makefile.am @@ -67,6 +67,7 @@ JAVA_H = \ # A little verbosity magic; "make" will show the terse output. "make # V=1" will show the actual commands used (just like the other # Automake-generated compilation/linker rules). +V=0 OMPI_V_JAVAC = $(ompi__v_JAVAC_$V) ompi__v_JAVAC_ = $(ompi__v_JAVAC_$AM_DEFAULT_VERBOSITY) ompi__v_JAVAC_0 = @echo " JAVAC " `basename $@`;