You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System `make` on FreeBSD is missing some GNU make features so
out of the box you get a lot of:
```
make: "<...>/Makefile.rules" line 569: Invalid line type
```
gmake is GNU compatible make, but we were preferring make
even if it was installed.
Reverse that on the BSDs so we use gmake if we can, and
warn if we cannot find a gmake that some of the tests
won't build.
0 commit comments