Update all the makefiles to reference $(MAKE) in case you invoked the build with gmake (as on OpenBSD)
Prefer cc on OpenBSD, and update the mosmlc.tpl parameterize CC
Support PREFIX=/path/ make world install
Remove warnings from sizes.c test with %ld instead of %d.
Ensure $cc is used instead of hardcoded gcc in autoconf
With this, I'm able to gmake world and install on the latest OpenBSD. I can test this, also on Linux, but I don't have access to other machine types at the moment to ensure I didn't break anything.
gmake
(as on OpenBSD)cc
on OpenBSD, and update the mosmlc.tpl parameterize CCWith this, I'm able to
gmake world
and install on the latest OpenBSD. I can test this, also on Linux, but I don't have access to other machine types at the moment to ensure I didn't break anything.