Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2026 16:47:00 -0700
From:      "Enji Cooper (yaneurabeya)" <yaneurabeya@gmail.com>
To:        Mark Millard <marklmi@yahoo.com>
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: Is it expected that tests/sys/kqueue/libkqueue/Makefile and tests/oclo/Makefile should use PLAIN_TESTS_C= instead of using += ?
Message-ID:  <79F0D908-6E06-4803-9016-366A19EDB9CF@gmail.com>
In-Reply-To: <20479614-a566-4d0d-97cf-97a07c770936@yahoo.com>

index | next in thread | previous in thread | raw e-mail


> On Apr 22, 2026, at 2:23 PM, Mark Millard <marklmi@yahoo.com> wrote:
> 
> I see:
> 
> /usr/main-src/tests/sys/kqueue/libkqueue/Makefile:PLAIN_TESTS_C=
> kqueue_test
> 
> /usr/main-src/tests/oclo/Makefile:PLAIN_TESTS_C=        oclo oclo_errors
> ocloexec_verify
> 
> But the rest use += :

...
> (Not that the above contributes to my problem, but I noticed this while
> trying to figure out why my armv7 builds fail but my aarch64 builds
> work. The difference being armv7 is not even trying to build
> tests/sys/kern/tty/tiocnotty but its install is trying to install it.
> aarch64 both builds it and installs it.)


Hi Mark,
	There’s no harm in them doing that, but using that form makes it more difficult to back port changes or make local customizations sometimes without causing undesirable build side-effects.
Cheers,
-Enji

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?79F0D908-6E06-4803-9016-366A19EDB9CF>