From: Wonki Kim Date: Tue, 29 Jan 2019 22:40:21 +0000 (+0000) Subject: build: remove eina-bench-cmp from DIST list X-Git-Tag: accepted/tizen/unified/20190201.061426~136 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c359bf90cec94845778917e177fbfe047de4abea;p=platform%2Fupstream%2Fefl.git 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 Change-Id: I60250e1f08642d6f0db6659c9eaa0cad11ffc2c3 --- diff --git a/src/Makefile_Eina.am b/src/Makefile_Eina.am index 79e24ca..f105265 100644 --- a/src/Makefile_Eina.am +++ b/src/Makefile_Eina.am @@ -297,7 +297,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