When the file a contains BUILDER:=a, the file b contains BUILDER:=b, and Makefile contains

include a
include b

all:
        @echo $(BUILDER)

(there is a TAB before @), then typing make prints b.

I do not understand the question and I do not understand the build system of Kamailio.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3475/c1599415772@github.com>