Searched hist:e0ca16749ac3392a5a2ea4e67327fa71ef4aa680 (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/ |
H A D | Makefile.package | diff e0ca16749ac3392a5a2ea4e67327fa71ef4aa680 Wed Feb 15 02:20:30 CET 2023 Masahiro Yamada <masahiroy@kernel.org> kbuild: make perf-tar*-src-pkg work without relying on git
Currently, perf-tar*-src-pkg only uses 'git archive', but it is better to make it work without relying on git.
The file, HEAD, which saves the commit hash, will be included in the tarball only when the source tree is managed by git. The git tree is more precisely checked; it has been copied from scripts/setlocalversion.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|