HomeSort by relevance Sort by last modified time
    Searched refs:at_least (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/config/
gmakever.mk 8 at_least=3.80 macro
9 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))
11 ifneq ($(at_least),$(latest_a))
13 @echo "ERROR: $(MAKE_VERSION) - too old, please upgrade to at least $(at_least)"
17 @echo "$(MAKE_VERSION) (we wanted at least $(at_least))"
  /external/icu4c/config/
gmakever.mk 8 at_least=3.80 macro
10 at_least=3.79.1 macro
13 at_least=3.79.1 macro
17 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))
19 ifneq ($(at_least),$(latest_a))
21 @echo "ERROR: $(MAKE_VERSION) - too old, please upgrade to at least $(at_least)"
25 @echo "$(MAKE_VERSION) (we wanted at least $(at_least))"

Completed in 323 milliseconds