Message ID | 20230828-docs_fixup-v1-1-cc78af124667@google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Documentation/llvm: fix typo in link | expand |
On Tue, Aug 29, 2023 at 8:20 AM <ndesaulniers@google.com> wrote: > > Fixes the following observed build failure from `make htmldocs`: > Documentation/kbuild/llvm.rst:127: ERROR: Unknown target name: > "reprocible_builds". > > Fixes: bda09c0e14a4 ("Documentation/llvm: refresh docs") > Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> > Closes: https://lore.kernel.org/linux-next/20230828145737.6ff53bc9@canb.auug.org.au/ > Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> > --- I will squash this into your original commit. Thanks.
diff --git a/Documentation/kbuild/llvm.rst b/Documentation/kbuild/llvm.rst index 384622dd36b7..b1d97fafddcf 100644 --- a/Documentation/kbuild/llvm.rst +++ b/Documentation/kbuild/llvm.rst @@ -126,7 +126,7 @@ Ccache ``ccache`` can be used with ``clang`` to improve subsequent builds, (though KBUILD_BUILD_TIMESTAMP_ should be set to a deterministic value between builds -in order to avoid 100% cache misses, see Reprocible_builds_ for more info): +in order to avoid 100% cache misses, see Reproducible_builds_ for more info): KBUILD_BUILD_TIMESTAMP='' make LLVM=1 CC="ccache clang"
Fixes the following observed build failure from `make htmldocs`: Documentation/kbuild/llvm.rst:127: ERROR: Unknown target name: "reprocible_builds". Fixes: bda09c0e14a4 ("Documentation/llvm: refresh docs") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Closes: https://lore.kernel.org/linux-next/20230828145737.6ff53bc9@canb.auug.org.au/ Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> --- Documentation/kbuild/llvm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- base-commit: 2ee82481c392eec06a7ef28df61b7f0d8e45be2e change-id: 20230828-docs_fixup-d3a355adf8f0 Best regards,