On Fri, 18 Aug 2023 01:20:02 +0200 Nicolas Boulenguez <nico...@debian.org> wrote: > Source: arm-trusted-firmware > Severity: wishlist > Tags: patch > > Hello. > > The attached patch arguably improves debian/rules. > > The ediff mode of emacs provides a more useful overview of the changes > than plain diff or gitk. > According to the test described at the end of the commit log, the new > version executes the same shell commands than before. > > As usual... thanks for maintaining this package. > I hope this will simplify your work.
Hello. I'm also interested in keeping the d/rules file easier to maintain. E.g. I want to build for the imx8mm platform in debug and release mode, which is currently not possible since $(platforms) and $(platforms_nodebug) will evaluate to the same name, thus I'll have an explicit target defined twice. Best Regards