diff options
author | Romain Naour <romain.naour@gmail.com> | 2016-07-27 22:38:02 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-08-01 18:12:53 +0200 |
commit | 02c14d10a3b2dc3eb556b4a254687f7fbaa7832f (patch) | |
tree | 04bd0b052251c4f424fc5377da626379dd56b65c /src/lib/ector | |
parent | 23f4d22e0a55dcf0a49b5132b30f2927b745fc09 (diff) |
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>
Diffstat (limited to 'src/lib/ector')
0 files changed, 0 insertions, 0 deletions