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

  /external/icu/icu4c/source/config/
gmakever.mk 21 latest_a=$(firstword $(sort $(MAKE_VERSION) $(at_least)))
25 @echo "ERROR: $(MAKE_VERSION) - too old, please upgrade to at least $(at_least)"
29 @echo "$(MAKE_VERSION) (we wanted at least $(at_least))"
  /build/kati/testcase/
file_func.sh 27 ifneq (,\$(filter 4.2%,\$(MAKE_VERSION)))
  /external/ltp/include/mk/
env_pre.mk 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 preferred)
44 ifneq ($(filter 3.80%,$(MAKE_VERSION)),)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
GenVtf.h 38 #define MAKE_VERSION(a,b) (UINT16)(((UINT16)a << 8) + (UINT16)b)
GenVtf.c 936 CompFitPtr->CompVersion = MAKE_VERSION (0, 0);
996 CompFitPtr->CompVersion = MAKE_VERSION (VtfInfo->MajorVer, VtfInfo->MinorVer);
1250 CompFitPtr->CompVersion = MAKE_VERSION (VtfInfo->MajorVer, VtfInfo->MinorVer);
    [all...]
  /build/kati/
bootstrap.go 32 MAKE_VERSION?=3.81
  /build/make/core/
config.mk 49 ifneq (1,$(strip $(shell expr $(MAKE_VERSION) \>= 3.81)))
51 $(warning * You are using version $(MAKE_VERSION) of make.)
    [all...]

Completed in 210 milliseconds