aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2014-02-24 11:49:02 +0100
committerBjörn Gustavsson <[email protected]>2014-02-24 11:49:02 +0100
commitf56c221205f6e74f027dd74c86ba5ae1e504d318 (patch)
treecee1262295a0c51cec472c6babb26de0309ee34d /make
parentbfbc7d65c3b2b3741c52047248e193f698287e47 (diff)
parent8bc98681fa6bcc7c66c3380f8ceeea12f015f6f6 (diff)
downloadotp-f56c221205f6e74f027dd74c86ba5ae1e504d318.tar.gz
otp-f56c221205f6e74f027dd74c86ba5ae1e504d318.tar.bz2
otp-f56c221205f6e74f027dd74c86ba5ae1e504d318.zip
Merge branch 'ta/silent-rules/OTP-11746'
* ta/silent-rules/OTP-11746: Use correct variable name for silent rule C++ compiler Default enable silent rules
Diffstat (limited to 'make')
-rw-r--r--make/output.mk.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/output.mk.in b/make/output.mk.in
index 51d9401280..f2f738a2ce 100644
--- a/make/output.mk.in
+++ b/make/output.mk.in
@@ -65,9 +65,9 @@ cc_verbose_0 = @echo " CC "$@;
cc_verbose = $(cc_verbose_$(V))
V_CC = $(cc_verbose)$(CC)
-cpp_verbose_0 = @echo " CPP "$@;
-cpp_verbose = $(cpp_verbose_$(V))
-V_CPP = $(cpp_verbose)$(CPP)
+cxx_verbose_0 = @echo " CXX "$@;
+cxx_verbose = $(cxx_verbose_$(V))
+V_CXX = $(cxx_verbose)$(CXX)
# For the diameter compiler.
dia_verbose_0 = @echo " DIA "$@;