From 273647d925badcdf57e2578d90fc731c9f44658f Mon Sep 17 00:00:00 2001 From: yeyuning Date: Tue, 2 Apr 2024 20:00:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=E4=B8=8D=E5=85=BC=E5=AE=B9ma?= =?UTF-8?q?c=E7=89=88=E6=9C=AC=E7=9A=84=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yeyuning Change-Id: I22513bc6379c6649c4e3fabae2c1b28e6b3eafcc --- BUILD.gn | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 00f49e9..f2f3ac8 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -29,18 +29,9 @@ ohos_shared_library("libpcre2") { check_config_result = exec_script(md5_check_script, _arguments_config, "string") - - exec_script("/usr/bin/env", - [ - "touch", - "/tmp/cp.lock", - ]) - if (check_config_result == "") { exec_script("/usr/bin/env", [ - "flock", - "/tmp/cp.lock", "cp", "-f", rebase_path("$PCRE2_LIB_DIR/src/config.h.generic"), @@ -57,8 +48,6 @@ ohos_shared_library("libpcre2") { if (check_pcre2_result == "") { exec_script("/usr/bin/env", [ - "flock", - "/tmp/cp.lock", "cp", "-f", rebase_path("$PCRE2_LIB_DIR/src/pcre2.h.generic"), @@ -76,8 +65,6 @@ ohos_shared_library("libpcre2") { if (check_pcre2_chartables_result == "") { exec_script("/usr/bin/env", [ - "flock", - "/tmp/cp.lock", "cp", "-f", rebase_path("$PCRE2_LIB_DIR/src/pcre2_chartables.c.dist"), -- Gitee