Re: FW: How to check version of Make in FreeBSD

2010-10-01 Thread Paul B Mahol
On 10/1/10, Devin Teske  wrote:
> 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 +, 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'

Nice.
>
> --
> 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.te...@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 <-
>
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FW: How to check version of Make in FreeBSD

2010-10-01 Thread Devin Teske
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 +, 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.te...@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 <-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FW: How to check version of Make in FreeBSD

2010-10-01 Thread Devin Teske
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 +, Paul B Mahol wrote:
> gmake. On serious side there is no way to find version and


-- 
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.te...@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 <-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FW: How to check version of Make in FreeBSD

2010-10-01 Thread Paul B Mahol
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)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


FW: How to check version of Make in FreeBSD

2010-10-01 Thread Chetan Shukla


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 ?

Thanks & Regards,
Chetan



"DISCLAIMER: This message is proprietary to Aricent and is intended solely for 
the use of the individual to whom it is addressed. It may contain privileged or 
confidential information and should not be circulated or used for any purpose 
other than for what it is intended. If you have received this message in error, 
please notify the originator immediately. If you are not the intended 
recipient, you are notified that you are strictly prohibited from using, 
copying, altering, or disclosing the contents of this message. Aricent accepts 
no responsibility for loss or damage arising from the use of the information 
transmitted by this email including damage from virus."
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"