]> sourceware.org Git - lvm2.git/commitdiff
tools: don't install separate command symlink for lvm devtypes
authorPeter Rajnoha <prajnoha@redhat.com>
Tue, 24 Sep 2013 07:35:20 +0000 (09:35 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Tue, 24 Sep 2013 07:35:20 +0000 (09:35 +0200)
WHATS_NEW
tools/Makefile.in

index efd83e68f1cd793c49acd1bc4f38d6047af89b3d..ac2a84ea8bef6768e1051718101da398ade02fa2 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.103 - 
 ======================================
+  Don't install separate command symlink in binary directory for 'lvm devtypes'.
   Add seg_size_pe field to reports.
   Support start+length notation with command line PE ranges.
   Exit cleanly with message when pvmove cannot restart because LV is inactive.
index 96dd8cf71a93c92678d98314009c2ee104417758..f90cfae53c90e73972a9ac2e7fd4de3392f6ea4c 100644 (file)
@@ -162,7 +162,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 '^ *(|#.*|dumpconfig|formats|help|pvdata|segtypes|version) *$$' > .commands
+               egrep -v '^ *(|#.*|devtypes|dumpconfig|formats|help|pvdata|segtypes|version) *$$' > .commands
 
 ifneq ("$(CFLOW_CMD)", "")
 CFLOW_SOURCES = $(addprefix $(srcdir)/, $(SOURCES))
This page took 0.495662 seconds and 5 git commands to generate.