mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-10 05:46:48 +00:00
Avoid using root directory
This commit is contained in:
parent
378a253dab
commit
c71ff237bc
@ -1,6 +1,6 @@
|
|||||||
# SPDX-License-Identifier: MPL-2.0
|
# SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
VDSO_DIR := /root/dependency
|
VDSO_DIR := ../target
|
||||||
VDSO_LIB := $(VDSO_DIR)/vdso64.so
|
VDSO_LIB := $(VDSO_DIR)/vdso64.so
|
||||||
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
||||||
CUR_DIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
|
CUR_DIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user