build: show a hint for BSD make (#7275)

BSD Make will give preference to a BSDmakefile in the same directory
over a generic Makefile; this can be used to instruct BSD users to build
neovim with GNU Make (gmake) instead.

Otherwise, a flood of syntax errors stemming from the GNU-specific
Makefile will be displayed - which most BSD users are accustomed to, but
may confuse beginners nevertheless.
Bu işleme şunda yer alıyor:
Mahmoud Al-Qudsi 2017-09-16 03:54:49 -05:00 işlemeyi yapan: Justin M. Keyes
ebeveyn 1551f71321
işleme 1cebf17fbe
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme

4
BSDmakefile Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,4 @@
.DONE:
@echo "Please use GNU Make (gmake) to build neovim"
.DEFAULT:
@echo "Please use GNU Make (gmake) to build neovim"