On Sun, Jun 18, 2017 at 3:17 AM, Marc Espie wrote:
> While reading thru gnu/usr.bin/cc, I couldn't figure out where DEPENDFILE
> comes from.
>
> Turns out it comes from FreeBSD, which currently defines it in bsd.own.mk.
>
> The variable is empty on OpenBSD, thus yielding an always-false condition,
While reading thru gnu/usr.bin/cc, I couldn't figure out where DEPENDFILE
comes from.
Turns out it comes from FreeBSD, which currently defines it in bsd.own.mk.
The variable is empty on OpenBSD, thus yielding an always-false condition,
which was definitely not the intent.
This does put the right