This reverts part of commit 5468594f4655d20674a9429a0671f6afa3538274; the perl changes were sufficient. Since libvirt.syms is already a generated file created from libvirt_private.syms, we don't need a second pass over libvirt_private.syms in isolation. --- Pushing under the build-breaker rule. src/Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index c5840c0..ae3d491 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -318,13 +318,8 @@ if WITH_LINUX check-symfile: libvirt.syms libvirt.la $(AM_V_GEN)$(PERL) $(srcdir)/check-symfile.pl libvirt.syms \ .libs/libvirt.so - -check-private-symfile: libvirt_private.syms libvirt.la - $(AM_V_GEN)$(PERL) $(srcdir)/check-symfile.pl libvirt_private.syms \ - .libs/libvirt.so else check-symfile: -check-private-symfile: endif PROTOCOL_STRUCTS = \ @@ -349,7 +344,7 @@ else !WITH_REMOTE check-protocol: endif EXTRA_DIST += $(PROTOCOL_STRUCTS) check-symfile.pl -check-local: check-protocol check-symfile check-private-symfile +check-local: check-protocol check-symfile .PHONY: check-protocol $(PROTOCOL_STRUCTS:structs=struct) # Mock driver, covering domains, storage, networks, etc -- 1.7.11.4 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list