mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-01 02:41:14 +00:00
6ea7b3e8d1
Automating a sorting check is the only way to ensure we don't regress. Suggested by Dan Berrange. * src/check-symsorting.pl (check_sorting): Add a parameter, validate that groups are in order, and that files exist. * src/Makefile.am (check-symsorting): Adjust caller. * src/libvirt_private.syms: Fix typo. * src/libvirt_linux.syms: Fix file name. * src/libvirt_vmx.syms: Likewise. * src/libvirt_xenxs.syms: Likewise. * src/libvirt_sasl.syms: Likewise. * src/libvirt_libssh2.syms: Likewise. * src/libvirt_esx.syms: Mention file name. * src/libvirt_openvz.syms: Likewise.
14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
#
|
|
# These symbols are dependent upon --with-esx via WITH_ESX
|
|
#
|
|
|
|
# esx/esx_util.h
|
|
esxUtil_EscapeDatastoreItem;
|
|
esxUtil_ParseDatastorePath;
|
|
esxVI_DateTime_ConvertToCalendarTime;
|
|
|
|
# Let emacs know we want case-insensitive sorting
|
|
# Local Variables:
|
|
# sort-fold-case: t
|
|
# End:
|