On 27/10/2015 18:54, Richard Shaw wrote:

    > 1. The change from ${MAKE_EXECUTABLE} to $(MAKE)
    How does this work? I note that it does work but I do not
    understand who
    or where $(MAKE) is being defined?


I think make defines it but I'm not 100% positive. I ran into this on another project I was setting up external projects for.

Indeed make does set the make variable MAKE for recursive make calls but that doesn't explain how the outer make invocation works. It seems to be a chicken and egg issue.

I am worried that on systems where there is an unsuitable native 'make' and GNU make is likely to be present as 'gmake' this might cause a problem.

73
Bill
G4WJS.
------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to