Home
last modified time | relevance | path

Searched hist:"7 bf4582d7aad870ecb4f760743307ecba7a960f4" (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/
H A DMakefile.packagediff 7bf4582d7aad870ecb4f760743307ecba7a960f4 Wed Feb 15 02:20:24 CET 2023 Masahiro Yamada <masahiroy@kernel.org> 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>
/linux/scripts/package/
H A Dmkdebiandiff 7bf4582d7aad870ecb4f760743307ecba7a960f4 Wed Feb 15 02:20:24 CET 2023 Masahiro Yamada <masahiroy@kernel.org> 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>