From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 17:04:15 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE3051065730 for ; Thu, 27 Jan 2011 17:04:15 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id A418B8FC18 for ; Thu, 27 Jan 2011 17:04:15 +0000 (UTC) Received: by gwj21 with SMTP id 21so746628gwj.13 for ; Thu, 27 Jan 2011 09:04:14 -0800 (PST) Received: by 10.42.176.5 with SMTP id bc5mr2401162icb.451.1296147854619; Thu, 27 Jan 2011 09:04:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.229.202 with HTTP; Thu, 27 Jan 2011 09:03:54 -0800 (PST) In-Reply-To: <20110127165514.GG93736@itcom245.staff.itd.umich.edu> References: <20110127165514.GG93736@itcom245.staff.itd.umich.edu> From: Chris Brennan Date: Thu, 27 Jan 2011 12:03:54 -0500 Message-ID: To: David Demelier , freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Problem building GIMP 2.6.11 on 8.2-PRERELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2011 17:04:16 -0000 On Thu, Jan 27, 2011 at 11:55 AM, William Bulley wrote: > You mention gmake, yet I use "# make install" all the time. Is this > really gmake under the covers? I see both executables and they differ: > > gmake is GNU Make, some applications don't talk nice w/ bsdmake ('make' on your bsd system). If your installing GIMP from ports then you should be correctly using something like 'make install clean'. The only time I've invoked gmake was when building something by hand vs letting a ports makefile do the footwork for me.