libvirt/src/hyperv
Laine Stump 205462b60b hyperv: erase "generated files" sentinel during make maintainer-clean
Re-generating of generated source files in the hyperv directory
depends on src/.hyperv_wmi_generator.stamp not existing, or having a
timestamp older than src/hyperv/hyperv_wmi_generator.py. "make
maintainer-clean" erases the generated files, but not this sentinel
file, so the erased files aren't regenerated during the next
make. Once we add it to the list of MAINTAINERCLEANFILES, it gets
deleted at the same time as the generated files, so make is able to
understand they need regeneration.

Signed-off-by: Laine Stump <laine@laine.org>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
2018-06-21 04:04:13 -04:00
..
hyperv_driver.c hyperv/: Remove spaces after casts 2018-05-03 22:31:36 +02:00
hyperv_driver.h
hyperv_private.h
hyperv_util.c
hyperv_util.h
hyperv_wmi_classes.c
hyperv_wmi_classes.h hyperv: Generate object property type information 2017-07-08 13:44:59 +02:00
hyperv_wmi_generator.input hyperv: Add support for virDomainSetMemory 2017-07-08 13:45:07 +02:00
hyperv_wmi_generator.py hyperv: Sync generator output between python versions 2018-03-20 09:44:35 -04:00
hyperv_wmi.c hyperv/: Remove spaces after casts 2018-05-03 22:31:36 +02:00
hyperv_wmi.h hyperv: Add support for virDomainSetMemory 2017-07-08 13:45:07 +02:00
Makefile.inc.am hyperv: erase "generated files" sentinel during make maintainer-clean 2018-06-21 04:04:13 -04:00
openwsman.h hyperv: add hypervInvokeMethod 2017-07-08 13:45:02 +02:00