summaryrefslogtreecommitdiff
path: root/tools/Makefile.in
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2015-02-23 17:26:50 +0000
committerAlasdair G Kergon <agk@redhat.com>2015-02-23 17:26:50 +0000
commit36a6c0df46a09657cb92908d41d272bc6b8a722d (patch)
treeba2f542891347eccce095be9fcab1ae86945e8a6 /tools/Makefile.in
parentfcebf27a9ff52838e5730b82774effd1bf123b18 (diff)
downloadlvm2-36a6c0df46a09657cb92908d41d272bc6b8a722d.tar.gz
systemid: Add built-in systemid command.
Make it easy to find the system ID when testing. Also show in general debug output.
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r--tools/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 6171322b6..5c1583f4e 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -166,7 +166,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 '^ *(|#.*|devtypes|dumpconfig|formats|help|pvdata|segtypes|tags|version) *$$' > .commands
+ egrep -v '^ *(|#.*|devtypes|dumpconfig|formats|help|pvdata|segtypes|systemid|tags|version) *$$' > .commands
ifneq ("$(CFLOW_CMD)", "")
CFLOW_SOURCES = $(addprefix $(srcdir)/, $(SOURCES))