From owner-freebsd-questions@FreeBSD.ORG Fri Oct 1 21:18:47 2010 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 D5AE3106566C for ; Fri, 1 Oct 2010 21:18:47 +0000 (UTC) (envelope-from dteske@vicor.com) Received: from postoffice.vicor.com (postoffice.vicor.com [69.26.56.53]) by mx1.freebsd.org (Postfix) with ESMTP id B4CD48FC19 for ; Fri, 1 Oct 2010 21:18:47 +0000 (UTC) Received: from [208.206.78.30] (port=46189 helo=dt.vicor.com) by postoffice.vicor.com with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.71) (envelope-from ) id 1P1mzv-00034E-1V; Fri, 01 Oct 2010 14:18:32 -0700 From: Devin Teske To: Paul B Mahol In-Reply-To: References: Content-Type: text/plain Organization: Vicor, Inc Date: Fri, 01 Oct 2010 14:18:30 -0700 Message-Id: <1285967910.14091.81.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-41.el4) Content-Transfer-Encoding: 7bit X-Scan-Signature: efdea25ac67ffe5db13eca44ff0ee10f X-Scan-Host: postoffice.vicor.com Cc: Chetan Shukla , Devin Teske , "freebsd-questions@freebsd.org" Subject: Re: FW: How to check version of Make in FreeBSD 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, 01 Oct 2010 21:18:47 -0000 On 10/1/10, Chetan Shukla wrote: > > I need to check the version of Make installed in FreeBSD. > > make -v does not help here. > > What is the similar command in FreeBSD ? > > On Fri, 2010-10-01 at 18:33 +0000, Paul B Mahol wrote: > gmake. On serious side there is no way to find version and > freebsd make havent changed much in years... On the command-line... strings `which make` | grep -B1 MAKE_VERSION Or in a makefile... /usr/tmp/Makefile: all: @echo "MAKE_VERSION='$(MAKE_VERSION)'" make MAKE_VERSION='5200408120' -- Cheers, Devin Teske -> CONTACT INFORMATION <- Business Solutions Consultant II FIS - fisglobal.com 510-735-5650 Mobile 510-621-2038 Office 510-621-2020 Office Fax 909-477-4578 Home/Fax devin.teske@fisglobal.com -> LEGAL DISCLAIMER <- This message contains confidential and proprietary information of the sender, and is intended only for the person(s) to whom it is addressed. Any use, distribution, copying or disclosure by any other person is strictly prohibited. If you have received this message in error, please notify the e-mail sender immediately, and delete the original message without making a copy. -> END TRANSMISSION <-