From owner-freebsd-questions@FreeBSD.ORG Fri Mar 21 01:57:42 2008 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 70706106564A for ; Fri, 21 Mar 2008 01:57:42 +0000 (UTC) (envelope-from ejcerejo@optonline.net) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.freebsd.org (Postfix) with ESMTP id 3F76C8FC1F for ; Fri, 21 Mar 2008 01:57:42 +0000 (UTC) (envelope-from ejcerejo@optonline.net) Received: from localhost (ool-44c03822.dyn.optonline.net [68.192.56.34]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with SMTP id <0JY2009X15G4AV90@mta2.srv.hcvlny.cv.net> for FreeBSD-questions@FreeBSD.org; Thu, 20 Mar 2008 21:57:41 -0400 (EDT) Date: Thu, 20 Mar 2008 21:57:36 -0400 From: Eduardo Cerejo In-reply-to: <47E1DF99.6050304@boosten.org> To: Peter Boosten Message-id: <20080320215736.18c243b1.ejcerejo@optonline.net> MIME-version: 1.0 X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <20080318225936.9ef5af16.ejcerejo@optonline.net> <47E0B4FA.1070605@boosten.org> <20080319162309.5fce0b9c.ejcerejo@optonline.net> <47E17C62.8040105@cs.okstate.edu> <20080319193229.e56d0a0f.ejcerejo@optonline.net> <47E1DF99.6050304@boosten.org> Cc: Reid Linnemann , FreeBSD-questions@FreeBSD.org Subject: Re: Gcc and make not producing executable 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: Fri, 21 Mar 2008 01:57:42 -0000 > Eduardo Cerejo wrote: > >> On Linux systems, there is no base system 'make', so GNU make is > >> installed as 'make'. On FreeBSD systems, there is a base system make > >> that is maintained by the FreeBSD project, so GNU make is installed as > >> 'gmake'. The main differences in making with them is that GNU make and > >> FreeBSD make accept different arguments, and their makefile syntaxes > >> have discrepancies. > > > > What kind of documentation is available on FreeBSD's make, other than the man page? I was browsing through /usr/share/doc/ but I didn't see anything related to make. I saw pmake but not make. > > From the make man page: > > PMake - A Tutorial. in /usr/share/doc/psd/12.make I was aware of that tutorial, I was sure because it says pmake, so pmake is the same as make, correct?