mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-20 05:56:32 +00:00
使用DragonReach启动shell,修改getdents (#391)
* 使用DragonReach启动shell,修改getdents * 更改关闭pipe时断言报错问题,以及DragonReach启动shell阶段版本 * 修改目录结构 * update * 解决小问题 * 调整dragon reach版本号 * 设置make clean的时候不清空应用程序的缓存。 指定relibc版本号 --------- Co-authored-by: longjin <longjin@RinGoTek.cn>
This commit is contained in:
@ -14,7 +14,7 @@ current_CFLAGS := $(CFLAGS)
|
||||
|
||||
DADK_VERSION=$(shell dadk -V | awk 'END {print $$2}')
|
||||
# 最小的DADK版本
|
||||
MIN_DADK_VERSION = 0.1.2
|
||||
MIN_DADK_VERSION = 0.1.3
|
||||
DADK_CACHE_DIR = $(ROOT_PATH)/bin/dadk_cache
|
||||
|
||||
# 旧版的libc安装路径
|
||||
@ -57,8 +57,9 @@ dadk_run: install_dadk
|
||||
|
||||
.PHONY: dadk_clean
|
||||
dadk_clean: install_dadk
|
||||
dadk --config-dir dadk/config --cache-dir $(DADK_CACHE_DIR) --dragonos-dir $(ROOT_PATH)/bin/sysroot clean src
|
||||
dadk --config-dir dadk/config --cache-dir $(DADK_CACHE_DIR) --dragonos-dir $(ROOT_PATH)/bin/sysroot clean target
|
||||
# 不运行dadk clean的原因是,把clean的工作交给应用程序自己去做,这样可以节省编译时间
|
||||
#dadk --config-dir dadk/config --cache-dir $(DADK_CACHE_DIR) --dragonos-dir $(ROOT_PATH)/bin/sysroot clean src
|
||||
#dadk --config-dir dadk/config --cache-dir $(DADK_CACHE_DIR) --dragonos-dir $(ROOT_PATH)/bin/sysroot clean target
|
||||
|
||||
$(user_sub_dirs): ECHO sys_api_lib
|
||||
|
||||
|
Reference in New Issue
Block a user