[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: How to check version of Make in FreeBSD
From: |
Rinehart, Raleigh |
Subject: |
RE: How to check version of Make in FreeBSD |
Date: |
Fri, 1 Oct 2010 08:59:16 -0500 |
> -----Original Message-----
> From: address@hidden [mailto:help-make-
> address@hidden On Behalf Of Chetan Shukla
> Sent: Friday, October 01, 2010 5:02 AM
> To: address@hidden
> Subject: How to check version of Make in FreeBSD
>
> Hi,
> I am working on some code porting activity that iwants
> 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 ?
>
> Regards,
> Chetan
>
Most unix tools have some built-in help, usually accessible by passing an
cmdline arg to it. Have you tried 'make --help' or 'make -?' or 'make -h'?
Also try reading the man page 'man make'
Hope this helps,
-raleigh