This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via ec8a54c9236925ea97ee154eb70093d6effb1311 (commit) from 37db76d04174f90f86c8103e6a1ca9d1e9518098 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit ec8a54c9236925ea97ee154eb70093d6effb1311 Author: Janne Peltonen janne.peltonen@nokia.com Date: Tue Mar 7 11:16:32 2017 +0200
linux-gen: abi: fix include/odp/api/abi symlink creation
Fix the ABI symlink creation that went broken in 3d6cbd2.
Signed-off-by: Janne Peltonen janne.peltonen@nokia.com Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am index 682bac6..056ba67 100644 --- a/platform/linux-generic/Makefile.am +++ b/platform/linux-generic/Makefile.am @@ -225,7 +225,7 @@ endif # specific include path for installed files. install-data-hook: if [ -h $(prefix)/include/odp/api/abi ]; then \ - : \ + : ; \ else \ $(LN_S) -rf $(prefix)/include/odp/arch/@ARCH_ABI@/odp/api/abi \ $(prefix)/include/odp/api/abi; \
-----------------------------------------------------------------------
Summary of changes: platform/linux-generic/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive