derekf pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=586cc70cbaee83b4319eb8c9bd11ace4e9133a90

commit 586cc70cbaee83b4319eb8c9bd11ace4e9133a90
Author: Derek Foreman <derek.foreman.sams...@gmail.com>
Date:   Thu Aug 16 12:39:34 2018 -0500

    Remove EOLIAN_TESTS_EOS_GENERATED
    
    Summary:
    commit 74b56eedd1e0f7c51500bf880b59257ecea0bd0e added these to clean,
    but the variable contains some non-generated files.
    
    Turns out these files don't have to be part of the build at all, as
    the tests that use them generate them in temp dirs.
    
    Just remove the variable entirely.
    
    Reviewers: bu5hm4n, zmike, q66
    
    Reviewed By: bu5hm4n, zmike, q66
    
    Subscribers: cedric, #reviewers, #committers, zmike
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D6850
---
 src/Makefile_Eolian.am | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/Makefile_Eolian.am b/src/Makefile_Eolian.am
index ef40b3be05..f2c6667822 100644
--- a/src/Makefile_Eolian.am
+++ b/src/Makefile_Eolian.am
@@ -103,10 +103,6 @@ tests/eolian/data/var.eo \
 tests/eolian/data/function_types.eot \
 tests/eolian/data/import_types.eot
 
-EOLIAN_TESTS_EOS_GENERATED = \
-$(EOLIAN_TESTS_EOS:%.eo=%.eo.c)\
-$(EOLIAN_TESTS_EOS:%.eo=%.eo.h)
-
 if EFL_ENABLE_TESTS
 check_PROGRAMS += \
 tests/eolian/eolian_suite
@@ -128,7 +124,7 @@ endif
 
 
tests/eolian/$(TESTS_EOLIAN_OBJNAME)eolian_suite-eolian_generated_future.$(OBJEXT):
 tests/eolian/generated_future.eo.h tests/eolian/generated_future.eo.c
 
-CLEANFILES += tests/eolian/generated_future.eo.h 
tests/eolian/generated_future.eo.c $(EOLIAN_TESTS_EOS_GENERATED)
+CLEANFILES += tests/eolian/generated_future.eo.h 
tests/eolian/generated_future.eo.c
 
 tests_eolian_eolian_suite_CPPFLAGS = -I$(top_builddir)/src/lib/efl 
-I$(top_builddir)/src/tests/eolian \
 -DPACKAGE_BUILD_DIR=\"$(abs_top_builddir)\" \
@@ -142,7 +138,6 @@ TESTS += tests/eolian/eolian_suite
 
 tests_eolian_eolian_suite_LDADD = @CHECK_LIBS@ @USE_EOLIAN_LIBS@ @USE_EO_LIBS@
 tests_eolian_eolian_suite_DEPENDENCIES = @USE_EOLIAN_INTERNAL_LIBS@ 
@USE_EO_INTERNAL_LIBS@
-tests/eolian/$(TESTS_EOLIAN_OBJNAME)eolian_suite-eolian_suite.$(OBJEXT): 
$(EOLIAN_TESTS_EOS_GENERATED)
 
 endif
 

-- 


Reply via email to