]> xenbits.xensource.com Git - libvirt.git/commit
build: avoid confusing make with raw name 'undefine'
authorEric Blake <eblake@redhat.com>
Wed, 12 Sep 2012 17:25:51 +0000 (11:25 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 12 Sep 2012 17:27:22 +0000 (11:27 -0600)
commita20f06d9d9b0353d7fb7a8e11a631253d5961b96
tree680af104c65ba382eb37c9ac008f843699009d38
parentcf5491e5ba89fb228285f5de958c98a52d8ae9d5
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.
tests/Makefile.am
tests/undefine [deleted file]
tests/virsh-undefine [new file with mode: 0755]