Skip to content

Reorder make program to prefer make(1) to gmake(1)

Rafael Sadowski requested to merge sizeofvoid/cmake:make-find-order into master

Set make at the first position to prefer make(1) to gmake(1) if both are installed. On Linux make(1) is often gmake(1) but but on other operating systems make(1) is the standard/default/systeme one and gmake(1) is that one from the GNU collection.

Merge request reports