mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
meson: drop repeated output in error message
This commit is contained in:
parent
0923b4253c
commit
02df2981b5
@ -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)
|
||||
if r.returncode() != 0
|
||||
error('Unknown filesystems defined in kernel headers:\n\n' + r.stdout())
|
||||
r.stdout()
|
||||
endif
|
||||
|
||||
filesystems_gperf_h = custom_target(
|
||||
|
Loading…
Reference in New Issue
Block a user