From: Peter Powell Date: Fri, 19 May 2017 09:37:24 +0000 (+0100) Subject: Tell OpenBSD users that they need to use a different make command. X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=e413076207714073fbd148e68b09abc4b61eab5e;p=user%2Fhenk%2Fcode%2Finspircd.git Tell OpenBSD users that they need to use a different make command. --- diff --git a/configure b/configure index b380b5700..8b9689b29 100755 --- a/configure +++ b/configure @@ -733,6 +733,14 @@ to a newer 3.x or 4.x (or whatever is available currently) version. FOO2 } +if ($^O eq 'openbsd') { + print <<__OPENBSD_WARNING__; +\e[1;32mWARNING!\e[0m OpenBSD 6.5 changed Make to no longer look for BSDmakefile when +searching for the makefile. If the version of OpenBSD you are using is 6.5 or +newer then you will need to run '\e[1;32mmake -f BSDmakefile\e[0m' or '\e[1;32mgmake\e[0m' instead. +__OPENBSD_WARNING__ +} + ################################################################################ # HELPER FUNCTIONS # ################################################################################