Subject: Re: x11/xorg-imake and bmake -C
To: Omer Faruk Sen <omer@faruk.net>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 03/29/2005 11:38:48
On Tue, 29 Mar 2005, Omer Faruk Sen wrote:

> It is Linux x86 and I am sure that I am using bmake:
>
> /usr/bin/make -> /usr/pkg/bin/bmake

If that is a symlink, remove it. Under Linux, "make" is GNU make.

That should fix your problem.

See pkgsrc/mk/platform/Linux.mk which has:

.if exists(/usr/bin/make)
GMAKE?=         /usr/bin/make
_TOOLS_OPSYS_HAS_GNU.make+=     ${MACHINE_PLATFORM}
.else
GMAKE?=         ${LOCALBASE}/bin/gmake
.endif

It is assumed that on all Linux systems that make is GNU Make.

 Jeremy C. Reed

 	  	 	 technical support & remote administration
	  	 	 http://www.pugetsoundtechnology.com/