Re: patch: tighten make parser and fix bug in makefile

2017-06-19 Thread Philip Guenther
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,

patch: tighten make parser and fix bug in makefile

2017-06-18 Thread Marc Espie
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