Problem: Typo and verbose comment in Makefiles.
Solution: Fix typo. Use @#. (Ken Takata, closes #8252)
# > cd src
# > msvc2015.bat
# - Build the console binary:
-# > nmake -f Mae_mvc.mak
+# > nmake -f Make_mvc.mak
# - Run the tests and check the output:
# > nmake -f Make_mvc.mak testclean
# > nmake -f Make_mvc.mak test
benchmark: $(SCRIPTS_BENCH)
report:
- # without the +eval feature test_result.log is a copy of test.log
+ @# without the +eval feature test_result.log is a copy of test.log
@/bin/sh -c "if test -f test.log; \
then cp test.log test_result.log; \
else echo No failures reported > test_result.log; \
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2889,
/**/
2888,
/**/