mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
build: fix VPATH builds
This reverts part of commit 5468594f465; the perl changes in that patch were sufficient. Since libvirt.syms is already a generated file created in part from libvirt_private.syms, we don't need a second pass over libvirt_private.syms in isolation. * src/Makefile.am: Undo addition of check-private-symfile.
This commit is contained in:
parent
5468594f46
commit
a86c039d46
@ -318,13 +318,8 @@ if WITH_LINUX
|
|||||||
check-symfile: libvirt.syms libvirt.la
|
check-symfile: libvirt.syms libvirt.la
|
||||||
$(AM_V_GEN)$(PERL) $(srcdir)/check-symfile.pl libvirt.syms \
|
$(AM_V_GEN)$(PERL) $(srcdir)/check-symfile.pl libvirt.syms \
|
||||||
.libs/libvirt.so
|
.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
|
else
|
||||||
check-symfile:
|
check-symfile:
|
||||||
check-private-symfile:
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PROTOCOL_STRUCTS = \
|
PROTOCOL_STRUCTS = \
|
||||||
@ -349,7 +344,7 @@ else !WITH_REMOTE
|
|||||||
check-protocol:
|
check-protocol:
|
||||||
endif
|
endif
|
||||||
EXTRA_DIST += $(PROTOCOL_STRUCTS) check-symfile.pl
|
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)
|
.PHONY: check-protocol $(PROTOCOL_STRUCTS:structs=struct)
|
||||||
|
|
||||||
# Mock driver, covering domains, storage, networks, etc
|
# Mock driver, covering domains, storage, networks, etc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user