your mail

Jonathan Chen jonc at chen.org.nz
Wed Aug 27 20:25:31 PDT 2003


On Thu, Aug 28, 2003 at 10:07:55AM +0700, anton wrote:
> Hello Jonathan,
> 
> Thursday, August 28, 2003, 3:32:18 AM, you wrote:
> 
> JC> On Wed, Aug 27, 2003 at 01:36:44PM +0700, anton wrote:
> >> Hello freebsd-questions,
> >> 
> >> I'v problem with upgarade FreeBSD-4.8
> >> 
> >> I intut:
> >> # cd /usr/src
> >> # make buildworld
> >> Makefile:137: *** missing separator.  Stop.
> >> 
> >> What is problem?
> 
> JC> You're using GNU make instead of /usr/bin/make. Don't. Building the
> JC> system sources requires the BSD make.
> I'm using /usr/bin/make

If you are, it isn't the FreeBSD make. With the bundled system "make",
the error signature looks something like:

    "Makefile", line 1: Need an operator
    make: fatal errors encountered -- cannot continue

With GNU make the error signature looks like:

    Makefile:1: *** missing separator.  Stop.

So either you've overwritten the system's "make" with the GNU make (by
installing GNU-make by hand instead of using the ports system), or
your PATH is really weird.

Cheers.
-- 
Jonathan Chen <jonc at chen.org.nz>
----------------------------------------------------------------------
"With sufficient thrust, pigs fly just fine. However, this is not necessarily
a good idea. It is hard to be sure where they are going to land, and it
could be dangerous sitting under them as they fly overhead." -- RFC 1925


More information about the freebsd-questions mailing list