Skip to content
Snippets Groups Projects
Commit c5e98d55 authored by Ralf Jung's avatar Ralf Jung Committed by Yiyun Liu
Browse files

Apply 1 suggestion(s) to 1 file(s)


Co-authored-by: Ralf Jung's avatarRalf Jung <jung@mpi-sws.org>
parent 381d052e
No related branches found
No related tags found
1 merge request!559Use gmake for BSD systems
...@@ -3,6 +3,8 @@ set -e ...@@ -3,6 +3,8 @@ set -e
# Helper script to build and/or install just one package out of this repository. # Helper script to build and/or install just one package out of this repository.
# Assumes that all the other packages it depends on have been installed already! # Assumes that all the other packages it depends on have been installed already!
# Make sure we get a GNU version of make.
# This is exactly how opam determines which make executable to use.
OS=$(uname) OS=$(uname)
MAKE="make" MAKE="make"
if [ $OS == "FreeBSD" ] || [ $OS == "OpenBSD" ] ||\ if [ $OS == "FreeBSD" ] || [ $OS == "OpenBSD" ] ||\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment