Attention is currently required from: osmith.
pespin has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-dev/+/37888?usp=email )
Change subject: gen_makefile: support symlinks for src + src_proj ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File gen_makefile.py:
https://gerrit.osmocom.org/c/osmo-dev/+/37888/comment/cb06ab35_f76cc00a?usp=... : PS1, Line 225: @if ! [ -e {src} ]; then \ adding "/" to it ({src}/) may help with not accepting regular files? description from man test sounded like a regular file would pass this test here.