Move virt tools (virt-cat, virt-edit etc) into tools/ subdirectory.
authorRichard Jones <rjones@redhat.com>
Mon, 19 Oct 2009 09:18:46 +0000 (10:18 +0100)
committerRichard Jones <rjones@redhat.com>
Mon, 19 Oct 2009 09:18:46 +0000 (10:18 +0100)
commit945b6e0a085611b45b2ab0752a66e6e60b21666c
tree003770dd080fa3644dd2a77f3ed40592f19c03a5
parent854f8e0d5643e55d045f5816a520d49a057990ef
Move virt tools (virt-cat, virt-edit etc) into tools/ subdirectory.

This moves the tool programs into a single directory:
  cat/* -> tools/virt-cat
  df/* -> tools/virt-df
  edit/* -> tools/virt-edit
  rescue/* -> tools/virt-rescue

This in itself simplifies the build process because we only need
one Makefile and one copy of 'run-locally'.

'run-*-locally' has become just 'run-locally' and takes an extra
parameter which is the name of the tool, eg:
  run-locally cat [virt-cat params...]

virt-inspector stays in its own directory, because this contains
more than just a single Perl script.
17 files changed:
.gitignore
HACKING
Makefile.am
cat/run-cat-locally [deleted file]
configure.ac
df/Makefile.am [deleted file]
df/run-df-locally [deleted file]
edit/Makefile.am [deleted file]
edit/run-edit-locally [deleted file]
po/POTFILES.in
rescue/Makefile.am [deleted file]
tools/Makefile.am [moved from cat/Makefile.am with 64% similarity]
tools/run-locally [moved from rescue/run-rescue-locally with 80% similarity]
tools/virt-cat [moved from cat/virt-cat with 100% similarity]
tools/virt-df [moved from df/virt-df with 100% similarity]
tools/virt-edit [moved from edit/virt-edit with 100% similarity]
tools/virt-rescue [moved from rescue/virt-rescue with 100% similarity]