diff options
author | 2023-02-15 10:20:24 +0900 | |
---|---|---|
committer | 2023-02-26 15:18:07 +0900 | |
commit | 7bf4582d7aad870ecb4f760743307ecba7a960f4 (patch) | |
tree | 4b84048857a0ab7ea01807f6d566e73a0888ccaa /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | kbuild: add a tool to list files ignored by git (diff) | |
download | wireguard-linux-7bf4582d7aad870ecb4f760743307ecba7a960f4.tar.xz wireguard-linux-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 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions