mirror of https://gitee.com/openkylin/libvirt.git
docs: move hyperv_wmi_generator.py to the scripts/ directory
Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
74f270095a
commit
d57d8d6e92
|
@ -59,6 +59,7 @@ EXTRA_DIST = \
|
|||
scripts/genpolkit.py \
|
||||
scripts/gensystemtap.py \
|
||||
scripts/header-ifdef.py \
|
||||
scripts/hyperv_wmi_generator.py \
|
||||
scripts/minimize-po.py \
|
||||
scripts/mock-noinline.py \
|
||||
scripts/prohibit-duplicate-header.py \
|
||||
|
|
|
@ -23,7 +23,6 @@ HYPERV_GENERATED_STAMP = .hyperv_wmi_generator.stamp
|
|||
|
||||
HYPERV_DRIVER_EXTRA_DIST = \
|
||||
hyperv/hyperv_wmi_generator.input \
|
||||
hyperv/hyperv_wmi_generator.py \
|
||||
$(NULL)
|
||||
|
||||
DRIVER_SOURCE_FILES += $(addprefix $(srcdir)/,$(HYPERV_DRIVER_SOURCES))
|
||||
|
@ -38,9 +37,9 @@ BUILT_SOURCES += $(HYPERV_DRIVER_GENERATED)
|
|||
$(HYPERV_DRIVER_GENERATED): $(HYPERV_GENERATED_STAMP)
|
||||
|
||||
$(HYPERV_GENERATED_STAMP): $(srcdir)/hyperv/hyperv_wmi_generator.input \
|
||||
$(srcdir)/hyperv/hyperv_wmi_generator.py
|
||||
$(top_srcdir)/scripts/hyperv_wmi_generator.py
|
||||
$(AM_V_GEN) $(RUNUTF8) $(PYTHON) \
|
||||
$(srcdir)/hyperv/hyperv_wmi_generator.py $(srcdir) $(builddir) \
|
||||
$(top_srcdir)/scripts/hyperv_wmi_generator.py $(srcdir) $(builddir) \
|
||||
&& touch $@
|
||||
|
||||
CLEANFILES += $(HYPERV_DRIVER_GENERATED) $(HYPERV_GENERATED_STAMP)
|
||||
|
|
Loading…
Reference in New Issue