FreeBSD: define MAKE=gmake in configure env
The default make on FreeBSD is bmake not GNU make. Set MAKE=gmake to prevent configure errors.
This commit is contained in:
committed by
George Melikov
parent
28e0bde4c4
commit
56afbc77ef
@@ -84,7 +84,7 @@ To build and install:
|
|||||||
git clone https://github.com/openzfs/zfs
|
git clone https://github.com/openzfs/zfs
|
||||||
cd zfs
|
cd zfs
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure
|
env MAKE=gmake ./configure
|
||||||
gmake -j`sysctl -n hw.ncpu`
|
gmake -j`sysctl -n hw.ncpu`
|
||||||
# as root
|
# as root
|
||||||
gmake install
|
gmake install
|
||||||
|
|||||||
Reference in New Issue
Block a user