mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
src: Clean *.logrotate, .aug and libvirtd.policy files on 'make clean'
Before 3f055b5997
we were doing that. However after the commit
we are leaving the files behind.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
c2090b1189
commit
800443f49a
@ -1376,7 +1376,7 @@ augeastest_DATA += test_libvirtd.aug
|
|||||||
|
|
||||||
conf_DATA += remote/libvirtd.conf
|
conf_DATA += remote/libvirtd.conf
|
||||||
|
|
||||||
CLEANFILES += tets_libvirtd.aug
|
CLEANFILES += test_libvirtd.aug
|
||||||
|
|
||||||
if WITH_POLKIT
|
if WITH_POLKIT
|
||||||
if WITH_POLKIT0
|
if WITH_POLKIT0
|
||||||
@ -1389,6 +1389,7 @@ endif ! WITH_POLKIT0
|
|||||||
endif WITH_POLKIT
|
endif WITH_POLKIT
|
||||||
|
|
||||||
BUILT_SOURCES += libvirtd.policy
|
BUILT_SOURCES += libvirtd.policy
|
||||||
|
CLEANFILES += libvirtd.policy
|
||||||
|
|
||||||
libvirtd.policy: remote/libvirtd.policy.in $(top_builddir)/config.status
|
libvirtd.policy: remote/libvirtd.policy.in $(top_builddir)/config.status
|
||||||
$(AM_V_GEN) sed \
|
$(AM_V_GEN) sed \
|
||||||
@ -2868,6 +2869,7 @@ if WITH_LIBVIRTD
|
|||||||
LOGROTATE_FILES := $(LOGROTATE_FILES_IN:remote/%.in=%)
|
LOGROTATE_FILES := $(LOGROTATE_FILES_IN:remote/%.in=%)
|
||||||
|
|
||||||
BUILT_SOURCES += $(LOGROTATE_FILES)
|
BUILT_SOURCES += $(LOGROTATE_FILES)
|
||||||
|
CLEANFILES += $(LOGROTATE_FILES)
|
||||||
|
|
||||||
%.logrotate: remote/%.logrotate.in
|
%.logrotate: remote/%.logrotate.in
|
||||||
$(AM_V_GEN)sed \
|
$(AM_V_GEN)sed \
|
||||||
|
Loading…
Reference in New Issue
Block a user