]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
build-sys: fix invalid args detected by meson 0.42 (#6561)
authoruserwithuid <userwithuid@gmail.com>
Wed, 9 Aug 2017 13:41:44 +0000 (13:41 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 9 Aug 2017 13:41:44 +0000 (09:41 -0400)
commite85a690b9606a98a8ba8c02fa50a38d26a313f4b
tree66ccc3846993da19404d9f061371b6f6c33a64e9
parent4429c69f8da0c9ea892541a50d5c5f4ac1b42767
build-sys: fix invalid args detected by meson 0.42 (#6561)

some run_target() calls were using params from custom_target()

example message:
WARNING: Passed invalid keyword argument "input". This will become a hard error in the future.

New way to call targets:
ninja man/man
ninja man/html
ninja man/update-man-rules
man/meson.build
meson.build