mirror_ubuntu-kernels/scripts/package/debian
Masahiro Yamada eaf80f7f2c kbuild: deb-pkg: allow to run debian/rules from output directory
'make O=... deb-pkg' creates the debian directory in the output
directory. However, currently it is impossible to run debian/rules
created in the separate output directory.

This commit delays the $(srctree) expansion by escaping '$' and by
quoting the entire command, making it possible to run debian/rules in
the output directory.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <n.schier@avm.de>
2024-01-05 19:35:38 +09:00
..
copyright kbuild: deb-pkg: split debian/copyright from the mkdebian script 2023-12-29 22:25:21 +09:00
rules kbuild: deb-pkg: allow to run debian/rules from output directory 2024-01-05 19:35:38 +09:00