stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=02c14d10a3b2dc3eb556b4a254687f7fbaa7832f

commit 02c14d10a3b2dc3eb556b4a254687f7fbaa7832f
Author: Romain Naour <romain.na...@gmail.com>
Date:   Wed Jul 27 22:38:02 2016 +0200

    elementary: remove *.eo.h files from includesub_HEADERS
    
    Otherwise *.eo.h files will be installed twice, so it can break a
    parallel install on fast machines, whereby two make jobs may run
    concurently, trying to install the same files.
    
    With elementary 1.17.1:
    /usr/bin/install -c -m 644 elm_sys_notify.eo.h
    /usr/bin/install -c -m 644 elm_sys_notify.eo.h
     usr/bin/install: cannot create regular file 'elm_sys_notify.eo.h': File 
exists
    
    Fixed in Buildroot:
    
https://git.busybox.net/buildroot/commit/?id=bba82cbfe4caaa01366fc74fb3b6f4c41587a28b
    
    While applying the fix on latest master (1.18.0-beta1), the only
    remaining *.eo.h file is efl_ui_text.eo.h.
    
    Fixes:
    
http://autobuild.buildroot.net/results/7e9/7e9caffe442dcf40ee41da56fd3f55ffedf3a291
    
    Signed-off-by: Romain Naour <romain.na...@gmail.com>
---
 src/lib/elementary/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/elementary/Makefile.am b/src/lib/elementary/Makefile.am
index 814a247..41ef7d8 100644
--- a/src/lib/elementary/Makefile.am
+++ b/src/lib/elementary/Makefile.am
@@ -496,8 +496,7 @@ includesub_HEADERS = \
        elm_win_standard.h \
        elm_helper.h \
        efl_ui_box_private.h \
-       efl_ui_grid_private.h \
-       efl_ui_text.eo.h \
+       efl_ui_grid_private.h
        $(NULL)
 
 includesubdir = $(includedir)/elementary-@VMAJ@/

-- 


Reply via email to