summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-06 12:44:39 +0100
committerThe Plumber <50238977+systemd-rhel-bot@users.noreply.github.com>2021-06-14 15:40:25 +0200
commit7fb2d86b58201341a582b739a5445821bec66eea (patch)
tree8db56f2f86004d6a0c3f0e980321b69963d2e421
parente706f5df66b7189a7df526aeeb45c86b8c4b057a (diff)
downloadsystemd-7fb2d86b58201341a582b739a5445821bec66eea.tar.gz
meson: remove strange dep that causes meson to enter infinite loop
The value is obviously bogus, but didn't seem to cause problems so far. With meson-0.52.0, it causes a hang. The number of aliases is always rather small (usually just one or two, possibly up to a dozen in a few cases), so even if this causes some looping, it is strange that it has such a huge impact. But let's just remove it. Fixes #13742. Tested with meson-0.52.0-1.module_f31+6771+f5d842eb.noarch, meson-0.51.1-1.fc29.noarch. (cherry picked from commit af336643a01d0b210b18312c253a50594ba54b0a) Resolves: #1970860
-rw-r--r--man/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/man/meson.build b/man/meson.build
index ec05d73bc6..a953d34098 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -68,7 +68,6 @@ foreach tuple : xsltproc.found() ? manpages : []
foreach htmlalias : htmlaliases
link = custom_target(
htmlalias,
- input : p2,
output : htmlalias,
command : ['ln', '-fs', html, '@OUTPUT@'])
if want_html