[erlang-questions] otp_build: default-enable silent-rules
Anthony Ramine
n.oxyde@REDACTED
Tue Feb 18 12:59:09 CET 2014
I didn’t, it was CPP before, it is still CPP after.
Cf. the commit which fixes wx silent rules.
https://github.com/erlang/otp/commit/fb66fdcf7a03c2bc1c64ce35dc261865d12992ab
-CPP_O = $(CPP) -c $(CXX_FLAGS) $(WX_CXX_FLAGS) $(COMMON_CFLAGS)
+CPP_O = $(V_CPP) -c $(CXX_FLAGS) $(WX_CXX_FLAGS) $(COMMON_CFLAGS)
lib/wx/c_src/Makefile.in:114:CPP_O = $(V_CPP) -c $(CXX_FLAGS) $(WX_CXX_FLAGS) $(COMMON_CFLAGS)
That’s the only place V_CPP is used.
Silent rules by default will also make omitted rules stand up more and be fixed faster.
Regards,
--
Anthony Ramine
Le 18 févr. 2014 à 12:51, Tuncer Ayaz <tuncer.ayaz@REDACTED> a écrit :
> @Anthony, any particular reason you chose CPP over CXX as the prefix for
> compiling C++ sources? Wouldn't CXX be more in line with prefixes like CC?
More information about the erlang-questions
mailing list