Attention is currently required from: neels. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-upf/+/27222 )
Change subject: libosmo-pfcp: implement/generate TLV and IE value coding ......................................................................
Patch Set 5:
(1 comment)
File include/osmocom/pfcp/Makefile.am:
https://gerrit.osmocom.org/c/osmo-upf/+/27222/comment/823d1c37_8d7307a5 PS3, Line 17: pfcp_ies_auto.h: $(top_srcdir)/src/libosmo-pfcp/gen__pfcp_ies_auto.c \
see the "$(MAKE) -C ..." below. […]
I'm not a Makefile guru so no idea, I just noticed that you use it in "$(MAKE) -C $(top_builddir)/src/libosmo-tlv" below, so that buildir must already be created before using it, otherwise it may race.
I'm saying exactly because I saw the <<"$(MAKE) -C ..." below.>>. That's not a dependency but the action to be done.