help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to check make version inside a makefile?


From: Alexandre Girao
Subject: Re: How to check make version inside a makefile?
Date: Sun, 9 Apr 2006 15:04:22 -0300

On 4/9/06, Greg Chicares <address@hidden> wrote:
>   ifeq (3.81,$(firstword $(sort $(MAKE_VERSION) 3.81)))
>     # stuff that requires make-3.81 or higher
>   endif

Thanks Greg, this is a genial piece of code, I'm enlightened.

Best regards,
Alexandre Girao




reply via email to

[Prev in Thread] Current Thread [Next in Thread]