Searched hist:b44aa8c96e9eea54a42c074c278a8e05e1c231d5 (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/ |
H A D | Makefile.package | diff b44aa8c96e9eea54a42c074c278a8e05e1c231d5 Wed Feb 15 02:20:28 CET 2023 Masahiro Yamada <masahiroy@kernel.org> kbuild: deb-pkg: make .orig tarball a hard link if possible
If '..' belongs to the same filesystem, create a hard link instead of a copy. In most cases, you can save disk space.
I do not want to use 'mv' because keeping linux.tar.gz is useful to avoid unneeded rebuilding of the tarball.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
|