We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b39d7a commit ba08930Copy full SHA for ba08930
2 files changed
src/testdir/Makefile
@@ -73,8 +73,8 @@ $(SCRIPTS) $(SCRIPTS_GUI) $(NEW_TESTS_RES): $(SCRIPTS_FIRST)
73
# make test_largefile
74
$(NEW_TESTS):
75
rm -f $@.res test.log messages
76
- $(MAKE) -f Makefile $@.res
77
- cat messages
+ @MAKEFLAGS=--no-print-directory $(MAKE) -f Makefile $@.res
+ @cat messages
78
@if test -f test.log; then \
79
exit 1; \
80
fi
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 2183,
746
/**/
747
2182,
748
0 commit comments