mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
avoid a new "make distcheck" failure
Distribute the new file, libvirtd.logrotate.in, and make distclean remove the build product, libvirtd.logrotate. * qemud/Makefile.am (EXTRA_DIST): Add libvirtd.logrotate.in. (DISTCLEANFILES): Initialize, and append libvirtd.logrotate.in.
This commit is contained in:
parent
7989276259
commit
bd0af10802
@ -1,3 +1,11 @@
|
|||||||
|
Wed Dec 10 20:18:36 +0100 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
|
avoid a new "make distcheck" failure
|
||||||
|
Distribute the new file, libvirtd.logrotate.in, and make
|
||||||
|
distclean remove the build product, libvirtd.logrotate.
|
||||||
|
* qemud/Makefile.am (EXTRA_DIST): Add libvirtd.logrotate.in.
|
||||||
|
(DISTCLEANFILES): Initialize, and append libvirtd.logrotate.in.
|
||||||
|
|
||||||
Wed Dec 10 17:33:49 +0100 2008 Jim Meyering <meyering@redhat.com>
|
Wed Dec 10 17:33:49 +0100 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
avoid format string warnings
|
avoid format string warnings
|
||||||
|
@ -13,6 +13,7 @@ DAEMON_SOURCES = \
|
|||||||
AVAHI_SOURCES = \
|
AVAHI_SOURCES = \
|
||||||
mdns.c mdns.h
|
mdns.c mdns.h
|
||||||
|
|
||||||
|
DISTCLEANFILES =
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
default-network.xml \
|
default-network.xml \
|
||||||
remote_generate_stubs.pl rpcgen_fix.pl \
|
remote_generate_stubs.pl rpcgen_fix.pl \
|
||||||
@ -24,6 +25,7 @@ EXTRA_DIST = \
|
|||||||
libvirtd.sysconf \
|
libvirtd.sysconf \
|
||||||
libvirtd.aug \
|
libvirtd.aug \
|
||||||
libvirtd_qemu.aug \
|
libvirtd_qemu.aug \
|
||||||
|
libvirtd.logrotate.in \
|
||||||
test_libvirtd.aug \
|
test_libvirtd.aug \
|
||||||
test_libvirtd_qemu.aug \
|
test_libvirtd_qemu.aug \
|
||||||
$(AVAHI_SOURCES) \
|
$(AVAHI_SOURCES) \
|
||||||
@ -198,7 +200,7 @@ remote_dispatch_args.h: $(srcdir)/remote_generate_stubs.pl remote_protocol.x
|
|||||||
remote_dispatch_ret.h: $(srcdir)/remote_generate_stubs.pl remote_protocol.x
|
remote_dispatch_ret.h: $(srcdir)/remote_generate_stubs.pl remote_protocol.x
|
||||||
perl -w $(srcdir)/remote_generate_stubs.pl -r $(srcdir)/remote_protocol.x > $@
|
perl -w $(srcdir)/remote_generate_stubs.pl -r $(srcdir)/remote_protocol.x > $@
|
||||||
|
|
||||||
|
DISTCLEANFILES += libvirtd.logrotate
|
||||||
libvirtd.logrotate: libvirtd.logrotate.in
|
libvirtd.logrotate: libvirtd.logrotate.in
|
||||||
sed \
|
sed \
|
||||||
-e s!\@localstatedir\@!@localstatedir@!g \
|
-e s!\@localstatedir\@!@localstatedir@!g \
|
||||||
|
Loading…
Reference in New Issue
Block a user