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 431a0783ebea4fc09e781f431599cacd3a3e4e0e (commit) from 483cc787d1bec821a2008e32ef4dd611e365ffe4 (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 431a0783ebea4fc09e781f431599cacd3a3e4e0e Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Mon Feb 20 18:43:25 2017 +0300
linux-gen: makefile: remove pass command
pass is not bash command and can be not installed. Change it to dummy ":" bash function.
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Petri Savolainen petri.savolainen@linaro.org
diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am index 9b05356..bfcbb5a 100644 --- a/platform/linux-generic/Makefile.am +++ b/platform/linux-generic/Makefile.am @@ -217,7 +217,7 @@ endif # specific include path for installed files. install-data-hook: if [ -h $(prefix)/include/odp/api/abi ]; then \ - pass \ + : \ 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