mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-08-31 09:50:11 +03:00
meson: drop repeated output in error message
This commit is contained in:
@ -390,7 +390,6 @@ check_filesystems = find_program('check-filesystems.sh')
|
|||||||
r = run_command([check_filesystems, cpp, files('filesystems-gperf.gperf')] + filesystem_includes, check: false)
|
r = run_command([check_filesystems, cpp, files('filesystems-gperf.gperf')] + filesystem_includes, check: false)
|
||||||
if r.returncode() != 0
|
if r.returncode() != 0
|
||||||
error('Unknown filesystems defined in kernel headers:\n\n' + r.stdout())
|
error('Unknown filesystems defined in kernel headers:\n\n' + r.stdout())
|
||||||
r.stdout()
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
filesystems_gperf_h = custom_target(
|
filesystems_gperf_h = custom_target(
|
||||||
|
Reference in New Issue
Block a user