[Buildroot] [PATCH 2 of 5 v6] dependencies: check minimal make version early on

Peter Korsgaard jacmet at sunsite.dk
Thu Feb 9 21:57:54 UTC 2012


>>>>> "Peter" == Peter Korsgaard <jacmet at uclibc.org> writes:

 Peter> It seems simpler to just compare with MAKE_VERSION, so I changed it to
 Peter> be:

 Peter> ifeq ($(firstword $(sort $(MAKE_VERSION) $(MIN_MAKE_VERSION))),$(MAKE_VERSION))

Ehh, swap that:

ifneq ($(firstword $(sort $(MAKE_VERSION) $(MIN_MAKE_VERSION))),$(MIN_MAKE_VERSION))

Otherwise it would fail for 3.81.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list