summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-07-27 22:38:02 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2016-08-01 18:12:53 +0200
commit02c14d10a3b2dc3eb556b4a254687f7fbaa7832f (patch)
tree04bd0b052251c4f424fc5377da626379dd56b65c
parent23f4d22e0a55dcf0a49b5132b30f2927b745fc09 (diff)
downloadefl-02c14d10a3b2dc3eb556b4a254687f7fbaa7832f.tar.gz
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.naour@gmail.com>
-rw-r--r--src/lib/elementary/Makefile.am3
1 files changed, 1 insertions, 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@/