aboutsummaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorOsier Yang <jyang@redhat.com>2012-07-24 16:49:27 +0800
committerOsier Yang <jyang@redhat.com>2012-07-26 11:57:51 +0800
commit2f033890c64511b70a0b134eb8619e0c65c03a11 (patch)
treebc371031bdbd6ee79d3f4023025395a7a2d6599e /cfg.mk
parentvirsh: Split cmds of storage volume group from virsh.c (diff)
downloadlibvirt-2f033890c64511b70a0b134eb8619e0c65c03a11.tar.gz
libvirt-2f033890c64511b70a0b134eb8619e0c65c03a11.tar.bz2
libvirt-2f033890c64511b70a0b134eb8619e0c65c03a11.zip
virsh: Split cmds of storage pool group from virsh.c
This splits commands of storage pool group into virsh-pool.c, The helpers not for common use are moved too. Standard copyright is added for the new file. * tools/virsh.c: Remove commands for storage storage pool and a few helpers. (vshCommandOptVol, vshCommandOptVolBy). * tools/virsh-pool.c: New file, filled with commands of storage pool group and its helpers. * po/POTFILES.in: Add virsh-pool.c * cfg.mk: Skip to check config.h including for virsh-pool.c
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index ce5ea9a65..a6a5df2ec 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -773,7 +773,7 @@ exclude_file_name_regexp--sc_prohibit_xmlURI = ^src/util/viruri\.c$$
exclude_file_name_regexp--sc_prohibit_return_as_function = \.py$$
-_virsh_includes=(edit|domain-monitor|domain|volume)
+_virsh_includes=(edit|domain-monitor|domain|volume|pool)
exclude_file_name_regexp--sc_require_config_h = ^(examples/|tools/virsh-$(_virsh_includes)\.c$$)
exclude_file_name_regexp--sc_require_config_h_first = ^(examples/|tools/virsh-$(_virsh_includes)\.c$$)