HomeSort by relevance Sort by last modified time
    Searched full:make_version (Results 1 - 9 of 9) 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/icu/icu4c/source/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))"
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
Makefile 206 define make_version.h
217 ($(call make_version.h, $@.tmp); \
  /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 ifneq (1,$(strip $(shell expr $(MAKE_VERSION) \>= 3.81)))
45 $(warning * You are using version $(MAKE_VERSION) of make.)
    [all...]
  /ndk/sources/host-tools/make-3.81/
variable.c 730 (void) define_variable ("MAKE_VERSION", 12, buf, o_default, 0);
    [all...]
NEWS 557 * The new default variable `MAKE_VERSION' gives the version number of
    [all...]
  /ndk/build/gmsl/
__gmsl 102 $(call __gmsl_warning,GNU Make $(MAKE_VERSION) does not support $$$$(eval): some functions disabled)
    [all...]
  /ndk/sources/host-tools/make-3.81/doc/
make.info-2     [all...]

Completed in 239 milliseconds