mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
build: avoid confusing make with raw name 'undefine'
Make has a builtin operator 'undefine', and coupled with latest automake.git, this test name ended up confusing make into thinking the file name was meant to be used as the make operator. Renaming the file avoids the confusion. * tests/undefine: Rename... * tests/virsh-undefine: ...to this. * tests/Makefile.am (test_scripts): Use new name. Reported by Jim Meyering.
This commit is contained in:
parent
cf5491e5ba
commit
a20f06d9d9
@ -182,12 +182,13 @@ test_scripts += \
|
||||
read-bufsiz \
|
||||
read-non-seekable \
|
||||
start \
|
||||
undefine \
|
||||
vcpupin \
|
||||
virsh-all \
|
||||
virsh-optparse \
|
||||
virsh-schedinfo \
|
||||
virsh-synopsis
|
||||
virsh-synopsis \
|
||||
virsh-undefine \
|
||||
$(NULL)
|
||||
|
||||
test_programs += \
|
||||
eventtest \
|
||||
@ -203,12 +204,13 @@ EXTRA_DIST += \
|
||||
read-bufsiz \
|
||||
read-non-seekable \
|
||||
start \
|
||||
undefine \
|
||||
vcpupin \
|
||||
virsh-all \
|
||||
virsh-optparse \
|
||||
virsh-schedinfo \
|
||||
virsh-synopsis
|
||||
virsh-synopsis \
|
||||
virsh-undefine \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
if WITH_SECDRIVER_APPARMOR
|
||||
|
Loading…
Reference in New Issue
Block a user