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 "GSM Audio Pocket Knife".
The branch, master has been updated via a70b22376c49e8dcc122361c6618d2665062c377 (commit) from 7a79fc11692779a1f9377b416b6208f1245e7612 (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 ----------------------------------------------------------------- http://cgit.osmocom.org/gapk/commit/?id=a70b22376c49e8dcc122361c6618d2665062...
commit a70b22376c49e8dcc122361c6618d2665062c377 Author: Vadim Yanitskiy axilirator@gmail.com Date: Fri Feb 2 15:49:16 2018 +0700
src/Makefile.am: fix osmo-gapk LDADD dependency
This change fixes parallel building problem, when osmo-gapk was being compiled before its libosmogapk dependency:
make[2]: *** No rule to make target '../src/libosmogapk.la', needed by 'osmo-gapk'. Stop. make[2]: *** Waiting for unfinished jobs....
For some reason, automake ignores a dependency if the full path is provided:
$(top_builddir)/src/libosmogapk.la
while the relative path solves the problem:
libosmogapk.la
Closes: OS#2907 Change-Id: I3fdd1731bd372bbb42fe57981e757386e8ede0f0
-----------------------------------------------------------------------
Summary of changes: src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org