diff options
author | Benjamin Gray <[email protected]> | 2023-06-06 16:17:41 +1000 |
---|---|---|
committer | Masahiro Yamada <[email protected]> | 2023-06-06 17:54:49 +0900 |
commit | 7f8256ae0efba344a9b113036b1d545a1f6cdaa7 (patch) | |
tree | 553f30049806cd86dc0bb6ff71904dcc0a78c73e /scripts/generate_rust_analyzer.py | |
parent | feb843a469fb0ab00d2d23cfb9bcc379791011bb (diff) |
initramfs: Encode dependency on KBUILD_BUILD_TIMESTAMP
gen_initramfs.sh has an internal dependency on KBUILD_BUILD_TIMESTAMP
for generating file mtimes that is not exposed to make, so changing
KBUILD_BUILD_TIMESTAMP will not trigger a rebuild of the archive.
Declare the mtime date as a new parameter to gen_initramfs.sh to encode
KBUILD_BUILD_TIMESTAMP in the shell command, thereby making make aware
of the dependency.
It will rebuild if KBUILD_BUILD_TIMESTAMP changes or is newly set/unset.
It will _not_ rebuild if KBUILD_BUILD_TIMESTAMP is unset before and
after. This should be fine for anyone who doesn't care about setting
specific build times in the first place.
Reviewed-by: Andrew Donnellan <[email protected]>
Tested-by: Andrew Donnellan <[email protected]>
Signed-off-by: Benjamin Gray <[email protected]>
Reviewed-by: Nicolas Schier <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions