Re: FreeBSD & OE: unable to build from source code
- Posted by mattlewis (admin) Aug 28, 2012
- 1836 views
jimcbrown said...
On the gripping hand, the GNU Makefile itself calls GNU make, as "make" and not "gmake", in quite a few places IIRC. Those might need to be fixed by hand.
It should be OK. All of those invocations use $(MAKE). Also, from the top of Makefile.gnu (which should also be in at least a readme, in addition to the regular docs, if they aren't already):
3 # NOTE: This is meant to be used with GNU make, 4 # so on BSD, you should use gmake instead 5 # of make
Matt