Ensure that '*.disabled' files are truly optional, so that their non-existence
will not cause "make" to fail. mysql-test/Makefile.am: Files of the '*.disabled' pattern may exist, but need not. So it is important to ignore command failures arising from this pattern not finding any matches - whereas files of the other types must be present.
Showing
Please register or sign in to comment