[PATCH linux-next] docs/zh_CN: Sync the translation of changes in kbuild.rst

In review
From:Chenguang Zhao <zhaochenguang@kylinos.cn>
Date:
Message-ID:<20251105024016.104413-1-zhaochenguang@kylinos.cn>
Patch:v1 · 1/1
Language:zh_CN
Patch-ID:34b439c50cfbc6ed6888d8c29b0c03a7c71cb2b4
Files:Documentation/translations/zh_CN/kbuild/kbuild.rst

Patch content 1 changed file

Sync the translation of changes in kbuild/kbuild.rst aboutKBUILD_BUILD_TIMESTAMP. Signed-off-by: Chenguang Zhao <zhaochenguang@kylinos.cn>--- Documentation/translations/zh_CN/kbuild/kbuild.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Documentation/translations/zh_CN/kbuild/kbuild.rst b/Documentation/translations/zh_CN/kbuild/kbuild.rstindex e5e2aebe1ebc..bacf058272ca 100644--- a/Documentation/translations/zh_CN/kbuild/kbuild.rst+++ b/Documentation/translations/zh_CN/kbuild/kbuild.rst@@ -290,8 +290,13 @@ IGNORE_DIRS KBUILD_BUILD_TIMESTAMP ---------------------- 将该环境变量设置为日期字符串,可以覆盖在 UTS_VERSION 定义中使用的时间戳-(运行内核时的 uname -v)。该值必须是一个可以传递给 date -d 的字符串。默认值是-内核构建某个时刻的 date 命令输出。+(运行内核时的 uname -v)。该值必须是一个可以传递给 date -d 的字符串。例如::++	$ KBUILD_BUILD_TIMESTAMP="Mon Oct 13 00:00:00 UTC 2025" make++默认值是内核构建某个时刻的 date 命令输出。如果提供该时戳,它还用于任何initramfs归档文件+中的mtime字段。Initramfs mtimes是32位的,因此早于Unix纪元1970年,或晚于协调世界时+(UTC)2106年2月7日6时28分15秒的日期是无效的。  KBUILD_BUILD_USER, KBUILD_BUILD_HOST -------------------------------------- 2.25.1