mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-27 14:03:43 +03:00
build-sys: set SYSTEMD_SKIP_API_MOUNTS=1 when generating introspection files
This commit is contained in:
parent
ca326f6f2d
commit
4627d39661
@ -686,7 +686,7 @@ CLEANFILES += \
|
||||
endif
|
||||
|
||||
org.freedesktop.systemd1.%.xml: systemd
|
||||
$(AM_V_GEN)./systemd --introspect=${@:.xml=} > $@
|
||||
$(AM_V_GEN)SYSTEMD_SKIP_API_MOUNTS=1 ./systemd --introspect=${@:.xml=} > $@
|
||||
|
||||
CLEANFILES += \
|
||||
$(dbusinterface_DATA)
|
||||
|
Loading…
x
Reference in New Issue
Block a user