fix(make): ROOT_DIR

This commit is contained in:
砼砼 2021-08-10 13:26:06 +08:00
parent 1c71ab3a38
commit a41a1039e9
No known key found for this signature in database
GPG Key ID: 3FDE30A50EA2CCEA

View File

@ -30,8 +30,8 @@ export BUILD_REDPILL_LOADER_VERSION := $(shell [ "$(TARGET_VERSION)" == "6.
# Arguments for container run
####################################################
# ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
ROOT_DIR:='/volume1/homes/zh/app/redpill-tool-chain'
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
# ROOT_DIR:='/volume1/homes/zh/app/redpill-tool-chain'
# mount-bind host folder with absolute path into redpill-load cache folder
# will not work with relativfe path! If single name is used, a docker volume will be created!