diff options
author | Alasdair G Kergon <agk@redhat.com> | 2017-03-16 01:09:29 +0000 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2017-03-16 01:09:29 +0000 |
commit | 4f8651984531371f73c7bed0271c7dde8afb6c19 (patch) | |
tree | 9b8db890b025482484a19e63138d5b2de989a27b /tools/Makefile.in | |
parent | 9729fc4f8c62ade44f2adb3dadf7904a19b3709f (diff) | |
download | lvm2-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.in | 3 |
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 && \ |