On Fri, 2024-08-23 at 12:44 -0700, Eduard Zingerman wrote: > Save pkg-config output for libpcap as simply-expanded variables. > For an obscure reason 'shell' call in LDLIBS/CFLAGS recursively > expanded variables makes *.test.o files compilation non-parallel > when make is executed with -j option. If someone on the mailing list understands why having `CFLAGS += $(shell ...)` makes make -j non-parallel, please let me know. [...]