Re: [PATCH] Add .cirrus.yml for FreeBSD build

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Tue, 10 Dec 2019 at 07:03, Ed Maste <emaste@xxxxxxxxxxx> wrote:
>
> I'll take a look through the autodetect logic.

Ah, we don't pass $(CFLAGS) when generating the .d file, so
NO_VALGRIND isn't set for the dependency generation (but is set during
compilation).

%.d: %.c
        @$(VECHO) DEP $<
        $(CC) $(CPPFLAGS) -MM -MG -MT "$*.o $@" $< > $@

I just sent a patch to address this, and then I can add a gmake check
for FreeBSD - https://cirrus-ci.com/build/4762498661613568



[Index of Archives]     [Device Tree]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux