From 02c14d10a3b2dc3eb556b4a254687f7fbaa7832f Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Wed, 27 Jul 2016 22:38:02 +0200 Subject: [PATCH] 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 --- 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 814a2470e4..41ef7d814e 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@/