summaryrefslogtreecommitdiff
path: root/tools/Makefile.in
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2017-03-16 01:09:29 +0000
committerAlasdair G Kergon <agk@redhat.com>2017-03-16 01:09:29 +0000
commit4f8651984531371f73c7bed0271c7dde8afb6c19 (patch)
tree9b8db890b025482484a19e63138d5b2de989a27b /tools/Makefile.in
parent9729fc4f8c62ade44f2adb3dadf7904a19b3709f (diff)
downloadlvm2-4f8651984531371f73c7bed0271c7dde8afb6c19.tar.gz
lvmchange: Move to a built-in command.
Has been obsolete since LVM1 and it's clear we'll never implement this.
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r--tools/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 9e1ccbade..6312c9e30 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -26,7 +26,6 @@ SOURCES =\
lvcreate.c \
lvdisplay.c \
lvextend.c \
- lvmchange.c \
lvmcmdline.c \
lvmdiskscan.c \
lvreduce.c \
@@ -173,7 +172,7 @@ liblvm2cmd.$(LIB_SUFFIX).$(LIB_VERSION): liblvm2cmd.$(LIB_SUFFIX)
.commands: $(srcdir)/commands.h $(srcdir)/cmdnames.h Makefile
$(CC) -E -P $(srcdir)/cmdnames.h 2> /dev/null | \
- $(EGREP) -v '^ *(|#.*|config|devtypes|dumpconfig|formats|fullreport|help|lastlog|lvpoll|pvdata|segtypes|systemid|tags|version) *$$' > .commands
+ $(EGREP) -v '^ *(|#.*|config|devtypes|dumpconfig|formats|fullreport|help|lastlog|lvmchange|lvpoll|pvdata|segtypes|systemid|tags|version) *$$' > .commands
command-count.h: $(srcdir)/command-lines.in Makefile
set -o pipefail && \