https://bugs.kde.org/show_bug.cgi?id=521259
--- Comment #3 from Florian Krohm <[email protected]> --- error: memcheck/tests/Makefile.am: filter_stanza.awk is in dist_noinst_SCRIPTS but doesn't exist error: helgrind/tests/Makefile.am: filter_freebsd.awk is in dist_noinst_SCRIPTS but doesn't exist error: helgrind/tests/Makefile.am: filter_darwin.awk is in dist_noinst_SCRIPTS but doesn't exist error: none/tests/amd64/Makefile.am: gen_insn_test.pl is in dist_noinst_SCRIPTS but doesn't exist error: none/tests/x86/Makefile.am: gen_insn_test.pl is in dist_noinst_SCRIPTS but doesn't exist Those messages are not quite right because those files all exist. Except they are not recognised as scripts. The new checker recognises scripts by being executable and containing a shebang line. That way we can keep dist_noinst_SCRIPTS pristine and complain about stuff that does not belong there. Fixed in b515bee0d9d69fc9749c9551b976d476213e79a9. Fixed in -- You are receiving this mail because: You are watching all bug changes.
