Searched hist:d9287ea8ffc9be2ab4c81c32e1ca54478425ba38 (Results 1 – 2 of 2) sorted by relevance
/linux/scripts/package/debian/ |
H A D | rules | d9287ea8ffc9be2ab4c81c32e1ca54478425ba38 Tue Aug 01 14:19:26 CEST 2023 Masahiro Yamada <masahiroy@kernel.org> kbuild: deb-pkg: split debian/rules
debian/rules is generated by shell, but the escape sequence (\$) is unreadable.
debian/rules embeds only two variables (ARCH and KERNELRELEASE).
Split them out to debian/rules.vars, and check-in the rest of Makefile code to scripts/package/debian/rules.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Tested-by: Nathan Chancellor <nathan@kernel.org> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
|
/linux/scripts/package/ |
H A D | mkdebian | diff d9287ea8ffc9be2ab4c81c32e1ca54478425ba38 Tue Aug 01 14:19:26 CEST 2023 Masahiro Yamada <masahiroy@kernel.org> kbuild: deb-pkg: split debian/rules
debian/rules is generated by shell, but the escape sequence (\$) is unreadable.
debian/rules embeds only two variables (ARCH and KERNELRELEASE).
Split them out to debian/rules.vars, and check-in the rest of Makefile code to scripts/package/debian/rules.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Tested-by: Nathan Chancellor <nathan@kernel.org> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
|