From 718e774f752cd41f2a0afdcc97087e84662ae904 Mon Sep 17 00:00:00 2001 From: songyanchao Date: Mon, 20 Jun 2022 21:52:54 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf(TSG-11030):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20/proc=20umount=20=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 /proc umount 操作 --- make/Makefile.TSGXNXR620G40R01P0804 | 1 + 1 file changed, 1 insertion(+) diff --git a/make/Makefile.TSGXNXR620G40R01P0804 b/make/Makefile.TSGXNXR620G40R01P0804 index 614ee60d..6c5b7c1b 100644 --- a/make/Makefile.TSGXNXR620G40R01P0804 +++ b/make/Makefile.TSGXNXR620G40R01P0804 @@ -55,6 +55,7 @@ sysroot-ansible: sysroot-verfile sysroot-base cp /etc/hosts $(TARGET_SYSROOT_DIR)/etc/ -r $(TOOLSDIR)/ansible-HAL $(PROFILE_ID) $(PROJECTDIR) $(TARGET_SYSROOT_DIR) /tmp/yum-RockyLinux-8.conf cp $(TARGET_SYSROOT_DIR)/tmp/hosts $(TARGET_SYSROOT_DIR)/etc/ -r + umount $(TARGET_SYSROOT_DIR)/proc sysroot-cleanup: rm -rf $(TARGET_SYSROOT_DIR)/tmp/*