gapk.git branch master updated. v0.4-60-ga70b223

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Tue Feb 6 08:22:07 UTC 2018


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=a70b22376c49e8dcc122361c6618d2665062c377

commit a70b22376c49e8dcc122361c6618d2665062c377
Author: Vadim Yanitskiy <axilirator at 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
-- 
GSM Audio Pocket Knife



More information about the osmocom-commitlog mailing list