Commit Graph

1 Commits (master)

Author SHA1 Message Date
Bryan FRIMIN 5a1e3752c7
build: allow to build on FreeBSD (#22285)
* fix(build): checksum failed on FreeBSD

* fix(build): avoid BSD make evaluate Makefile

This Makefile use GNU make functions which is not compatible with the BSD
make. In order to avoid BSD make to try evaluation the Makefile and because
the Makefile use GNU make functions renaming the from Makefile to GNUmakefile
does not change anything for GNU make users and expose a clear error
when someone try to evaluate with BSD make.

* fix(build): invalid shebang on FreeBSD
2021-11-24 08:42:36 -05:00