Home
last modified time | relevance | path

Searched hist:"3 c65a2704cdd2a0cd0766352e587bae4a6268155" (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A DMakefile.packagediff 3c65a2704cdd2a0cd0766352e587bae4a6268155 Fri Apr 07 12:16:29 CEST 2023 Masahiro Yamada <masahiroy@kernel.org> kbuild: do not create intermediate *.tar for tar packages

Commit 05e96e96a315 ("kbuild: use git-archive for source package
creation") split the compression as a separate step to factor out
the common build rules.

With the previous commit, we got back to the situation where source
tarballs are compressed on-the-fly.
There is no reason to keep the separate compression rules.

Generate the comressed tar packages directly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>