提交 28ed376f 编写于 作者: C Caoruihong

chore: optimize incremental build

use redirect instead of touch to create an non-exist file
so the timestamps of it will not be changed unintentionally
Signed-off-by: NCaoruihong <crh.cao@huawei.com>
Change-Id: Iab0a0251775261bf19f7ce1f569075f0a3ce1f3c
上级 6aee35e5
......@@ -94,7 +94,7 @@ ifeq ($(ARCH),arm)
$(HIDE) rm -f $</src/string/arm/memcpy_le.S
$(HIDE) rm -f $</src/string/arm/memset.S
$(HIDE) rm -f $</src/string/arm/strcpy.c
$(HIDE) touch $</src/string/arm/strlen.S
$(HIDE) true >> $</src/string/arm/strlen.S
CFLAGS += \
-D__strlen_armv6t2=strlen \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册