mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 10:40:08 +01:00
build: call generate-setting-docs.py directly instead of through strace
This was added for debugging, but is no longer necessary. Also, strace might not be installed on any system so don't depend on it. Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
3cfd8b8eec
commit
63070fff02
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ noinst_DATA = nm-setting-docs.xml
|
|||
nm-setting-docs.xml: generate-setting-docs.py NetworkManager-1.0.gir NetworkManager-1.0.typelib libnm-util.la
|
||||
export GI_TYPELIB_PATH=$(abs_builddir)$${GI_TYPELIB_PATH:+:$$GI_TYPELIB_PATH}; \
|
||||
export LD_LIBRARY_PATH=$(abs_builddir)/.libs$${LD_LIBRARY_PATH:+:$$LD_LIBRARY_PATH}; \
|
||||
strace -o /tmp/strace.out $(srcdir)/generate-setting-docs.py \
|
||||
$(srcdir)/generate-setting-docs.py \
|
||||
--gir $(builddir)/NetworkManager-1.0.gir \
|
||||
--output $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue