diff options
author | Peter Powell <petpow@saberuk.com> | 2017-05-19 10:37:24 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-05-19 10:45:49 +0100 |
commit | e413076207714073fbd148e68b09abc4b61eab5e (patch) | |
tree | 7427dcaa2a5462359d8cadcd4e0e0ada6fc9e22e /configure | |
parent | b7facc2474ff5fb229c66ed130ed67207620f55d (diff) |
Tell OpenBSD users that they need to use a different make command.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 # ################################################################################ |