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

  /external/chromium_org/third_party/icu/source/config/
gmakever.mk 17 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))
21 @echo "ERROR: $(MAKE_VERSION) - too old, please upgrade to at least $(at_least)"
25 @echo "$(MAKE_VERSION) (we wanted at least $(at_least))"
  /external/icu4c/config/
gmakever.mk 19 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))
23 @echo "ERROR: $(MAKE_VERSION) - too old, please upgrade to at least $(at_least)"
27 @echo "$(MAKE_VERSION) (we wanted at least $(at_least))"
  /ndk/build/core/
init.mk 58 $(error Android NDK: GNU Make version $(MAKE_VERSION) is too low (should be >= 3.81))
61 $(info Android NDK: GNU Make version $(MAKE_VERSION) detected)
  /build/core/
main.mk 43 ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") = 3.81))
44 ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") = 3.82))
46 $(warning * You are using version $(MAKE_VERSION) of make.)
    [all...]

Completed in 284 milliseconds