bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=50c22e980b470b609045c86c9b7b42b3107cac7c
commit 50c22e980b470b609045c86c9b7b42b3107cac7c Author: Wonki Kim <[email protected]> Date: Tue Jan 29 22:40:21 2019 +0000 build: remove eina-bench-cmp from DIST list the script has been removed on meson.build cause it's quite useless. this patch removes it from autotools build also. Differential Revision: https://phab.enlightenment.org/D7828 --- src/Makefile_Eina.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile_Eina.am b/src/Makefile_Eina.am index 965bff34ae..c274887438 100644 --- a/src/Makefile_Eina.am +++ b/src/Makefile_Eina.am @@ -296,7 +296,9 @@ bin_eina_eina_modinfo_eina_modinfo_DEPENDENCIES = @USE_EINA_INTERNAL_LIBS@ ### Script -bin_SCRIPTS += scripts/eina/eina-bench-cmp +# disabled because its a pretty useless script that forces python as a +# a dependency and doesn't parse anything efl or test apps produce +# bin_SCRIPTS += scripts/eina/eina-bench-cmp ### Unit tests --
