From owner-freebsd-questions@FreeBSD.ORG Fri Oct 1 18:33:32 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 DFA251065670 for ; Fri, 1 Oct 2010 18:33:32 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9A9C08FC24 for ; Fri, 1 Oct 2010 18:33:31 +0000 (UTC) Received: by gyg4 with SMTP id 4so1572416gyg.13 for ; Fri, 01 Oct 2010 11:33:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=4K5EgqafgFYsgHW5h+UDLTWq0HiU+xOPVwUFSijrV+o=; b=m99QDXNPwzR0GfdymbSDaTyJLp2cRE3KokgF84iVr0o8gOt4C3QcPRsLNwEtrdnxa9 ar4xPGT85slIorXfA1Tu/w9ybAB7ueXyRVpt4C0SDnAtdWEwzQP5y2bFTSIN41XpAIxy jWVGmPuvMV8EfS1Wfe0YvkosyuJ0cVu6Lmf2A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=CQewOURnau9HnQJuW953YXgvDeoC9Lf25iCTKpk/YL2ST9qv50Fhxrhnze3bxanU74 i2/aBRmEfhg0Pu7Oq8+Wflk/YkS85ACUSwOhb+1z1HVFYBNSj/oJJQNHhSRTV1sbnaUH g3E9OvBPq0TOSR3nab2KmSW/g/5L11j9mLb7Q= MIME-Version: 1.0 Received: by 10.220.80.97 with SMTP id s33mr1069448vck.31.1285958010850; Fri, 01 Oct 2010 11:33:30 -0700 (PDT) Received: by 10.220.200.1 with HTTP; Fri, 1 Oct 2010 11:33:30 -0700 (PDT) In-Reply-To: References: Date: Fri, 1 Oct 2010 18:33:30 +0000 Message-ID: From: Paul B Mahol To: Chetan Shukla Content-Type: text/plain; charset=ISO-8859-1 Cc: "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 18:33:33 -0000 On 10/1/10, Chetan Shukla wrote: > > > Hi All, > > I am working on some code porting activity that wants > Some code to be ported on FreeBSD. > I need to check the version of Make installed in FreeBSD. > make -v does not help here. > What is the similar command in FreeBSD ? gmake. On serious side there is no way to find version and freebsd make havent changed much in years.... I belive that make is still compatible with other BSDs. (well maybe I'm wrong)