[PATCH v2] docs/zh_CN: Add kbuild timestamp Chinese translation

In review
From:Chenguang Zhao <zhaochenguang@kylinos.cn>
Date:
Message-ID:<20251106015148.54424-1-zhaochenguang@kylinos.cn>
Patch:v2 · 1/1
Language:zh_CN
Patch-ID:e23f493dfb8d4e56b6c6aa8cff4bb996c8c6431a
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. Update the translation through commit 5cbfb4da7e06("kbuild: doc: improve KBUILD_BUILD_TIMESTAMP documentation") Signed-off-by: Chenguang Zhao <zhaochenguang@kylinos.cn>---v2: - modify the commit message as suggested by Dongliang and add   a corresponding commit info for the English documentation.--- 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..ad3e84eabbbf 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