Searched refs:MAKE_VERSION (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/buildroot/support/dependencies/ |
| H A D | dependencies.sh | 84 MAKE_VERSION=$($MAKE --version 2>&1 | sed -e 's/^.* \([0-9\.]\)/\1/g' -e 's/[-\ ].*//g' -e '1q') 85 if [ -z "$MAKE_VERSION" ] ; then 90 MAKE_MAJOR=$(echo $MAKE_VERSION | sed -e "s/\..*//g") 91 MAKE_MINOR=$(echo $MAKE_VERSION | sed -e "s/^$MAKE_MAJOR\.//g" -e "s/\..*//g" -e "s/[a-zA-Z].*//g") 94 echo "You have make '$MAKE_VERSION' installed. GNU make >=3.81 is required"
|
| /OK3568_Linux_fs/buildroot/package/make/ |
| H A D | make.mk | 7 MAKE_VERSION = 4.2.1 8 MAKE_SOURCE = make-$(MAKE_VERSION).tar.bz2
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/mk/ |
| H A D | ta_dev_kit.mk | 28 ifneq ($(filter 4.%,$(MAKE_VERSION)),) # make-4
|
| /OK3568_Linux_fs/kernel/tools/scripts/ |
| H A D | Makefile.include | 94 ifneq ($(filter 3.%,$(MAKE_VERSION)),) # make-3
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/mk/ |
| H A D | ta_dev_kit.mk | 40 ifneq ($(filter 4.%,$(MAKE_VERSION)),) # make-4
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/ |
| H A D | ta_dev_kit.mk | 40 ifneq ($(filter 4.%,$(MAKE_VERSION)),) # make-4
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | Makefile | 126 RUNNING_MAKE_VERSION := $(MAKE_VERSION)
|
| /OK3568_Linux_fs/kernel/ |
| H A D | Makefile | 165 ifneq ($(filter 3.%,$(MAKE_VERSION)),)
|
| H A D | Makefile-bak | 165 ifneq ($(filter 3.%,$(MAKE_VERSION)),)
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | Makefile | 91 ifneq ($(filter 4.%,$(MAKE_VERSION)),) # make-4
|