Message ID | 20190430140325.45537-1-bruce.richardson@intel.com |
---|---|
Headers | show |
Series |
|
Related | show |
On Tue, Apr 30, 2019 at 4:04 PM Bruce Richardson <bruce.richardson@intel.com> wrote: > Small cleanups to shorten the meson.build file in the kernel/linux > directory, removing the unneeded version check and taking advantage of the > subdir_done() function introduced in meson 0.46. > > These should be fairly harmless, but given the stage of development we > are at for 19.05, targetting them to 19.08 instead. [They can be pulled > in to 19.05 if so desired, though. :-)] > > Bruce Richardson (3): > kernel/linux: remove unnecessary meson version check > kernel/linux: reduce unneeded indents in meson build file > kernel/linux: remove unneeded local variables > > kernel/linux/meson.build | 46 +++++++++++++++++----------------------- > 1 file changed, 19 insertions(+), 27 deletions(-) > > -- > 2.20.1 > For the series, Reviewed-by: David Marchand <david.marchand@redhat.com>