kbuild: do not create intermediate *.tar for tar packages
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 7 Apr 2023 10:16:29 +0000 (19:16 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 16 Apr 2023 08:38:41 +0000 (17:38 +0900)
commit3c65a2704cdd2a0cd0766352e587bae4a6268155
tree00e317cd1efc79a9a9ac06ecb2377024f15f524c
parentf8d94c4e403c89ec6b09ba69f65e4547ba99dd07
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>
scripts/Makefile.package