Searched refs:MAKE_VERSION (Results 1 – 4 of 4) sorted by relevance
41 ifneq ($(firstword $(sort 3.80 $(MAKE_VERSION))),3.80)42 $(error Your version of make $(MAKE_VERSION) is too old. Upgrade to at least 3.80; 3.81+ is preferr…44 ifneq ($(filter 3.80%,$(MAKE_VERSION)),)
21 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))
38 #define MAKE_VERSION(major, minor, rev) \ macro
16 ifneq (3.82,$(firstword $(sort $(MAKE_VERSION) 3.82)))