summaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-02-15 10:20:24 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2023-02-26 15:18:07 +0900
commit7bf4582d7aad870ecb4f760743307ecba7a960f4 (patch)
tree4b84048857a0ab7ea01807f6d566e73a0888ccaa /Kbuild
parent5c3d1d0abb12a6915d0f43233837053945621a89 (diff)
downloadlwn-7bf4582d7aad870ecb4f760743307ecba7a960f4.tar.gz
lwn-7bf4582d7aad870ecb4f760743307ecba7a960f4.zip
kbuild: deb-pkg: create source package without cleaning
If you run 'make deb-pkg', all objects are lost due to 'make clean', which makes the incremental builds impossible. Instead of cleaning, pass the exclude list to tar's --exclude-from option. Previously, *.diff.gz contained some check-in files such as .clang-format, .cocciconfig. With this commit, *.diff.gz will only contain the .config and debian/. The other source files will go into the .orig tarball. linux.tar.gz is rebuilt only when the source files that would go into the tarball are changed. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions