Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doesn't build on FreeBSD 10.3-RELEASE #5

Closed
kevingnet opened this issue Apr 28, 2016 · 1 comment
Closed

doesn't build on FreeBSD 10.3-RELEASE #5

kevingnet opened this issue Apr 28, 2016 · 1 comment

Comments

@kevingnet
Copy link

Trying to build on FreeBSD 10.3-RELEASE gives:
var/src/grub2-bhyve-master # make
make: "/var/src/grub2-bhyve-master/Makefile" line 20789: Need an operator
make: Fatal errors encountered -- cannot continue
make: stopped in /var/src/grub2-bhyve-master

:/var/src/grub2-bhyve-master # find /usr/ -name unexport

:/var/src/grub2-bhyve-master # unexport

unexport: Command not found.

@grehan-freebsd
Copy link
Owner

You have to use gmake (make is FreeBSD make which has a different syntax).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants