blob: 7117d99a395b5698ed68154cfa97db54a0dd1d9c [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001From 103ac1c1200df8190372d973e004776cffe8e659 Mon Sep 17 00:00:00 2001
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002From: Hongxu Jia <hongxu.jia@windriver.com>
Brad Bishop19323692019-04-05 15:28:33 -04003Date: Mon, 26 Nov 2018 14:59:55 +0800
4Subject: [PATCH 2/3] do not build manual
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005
6On some host (ubuntu 1404), build manual failed.
7...
8./tools/man-generator --primary lvscan lvscan.8_des
9Failed to stat description file lvscan.8_des.
10...
11
12Do not build man to workaround the issue.
13
14Upstream-Status: Pending
15
16Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Brad Bishop19323692019-04-05 15:28:33 -040017
18
19Update context for lvm2 2.03.02.
20
21Signed-off-by: Kai Kang <kai.kang@windriver.com>
Brad Bishopd7bf8c12018-02-25 22:55:05 -050022---
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080023 Makefile.in | 6 +++---
24 configure.ac | 1 -
25 2 files changed, 3 insertions(+), 4 deletions(-)
Brad Bishopd7bf8c12018-02-25 22:55:05 -050026
27diff --git a/Makefile.in b/Makefile.in
Brad Bishop19323692019-04-05 15:28:33 -040028index 6a1a990..80cba91 100644
Brad Bishopd7bf8c12018-02-25 22:55:05 -050029--- a/Makefile.in
30+++ b/Makefile.in
31@@ -18,7 +18,7 @@ top_builddir = @top_builddir@
32 abs_top_builddir = @abs_top_builddir@
33 abs_top_srcdir = @abs_top_srcdir@
34
Brad Bishop19323692019-04-05 15:28:33 -040035-SUBDIRS = conf daemons include lib libdaemon libdm man scripts tools
36+SUBDIRS = conf daemons include lib libdaemon libdm scripts tools
Brad Bishopd7bf8c12018-02-25 22:55:05 -050037
38 ifeq ("@UDEV_RULES@", "yes")
39 SUBDIRS += udev
Brad Bishop19323692019-04-05 15:28:33 -040040@@ -33,7 +33,7 @@ ifeq ($(MAKECMDGOALS),clean)
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080041 endif
42 # FIXME Should use intermediate Makefiles here!
43 ifeq ($(MAKECMDGOALS),distclean)
44- SUBDIRS = conf include man test scripts \
45+ SUBDIRS = conf include test scripts \
46 libdaemon lib tools daemons libdm \
Brad Bishop19323692019-04-05 15:28:33 -040047 udev po
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080048 tools.distclean: test.distclean
Brad Bishop19323692019-04-05 15:28:33 -040049@@ -65,7 +65,7 @@ libdm.device-mapper: include.device-mapper
Brad Bishopd7bf8c12018-02-25 22:55:05 -050050 daemons.device-mapper: libdm.device-mapper
51 tools.device-mapper: libdm.device-mapper
52 scripts.device-mapper: include.device-mapper
53-device-mapper: tools.device-mapper daemons.device-mapper man.device-mapper
54+device-mapper: tools.device-mapper daemons.device-mapper
55
56 ifeq ("@INTL@", "yes")
57 lib.pofile: include.pofile
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080058diff --git a/configure.ac b/configure.ac
Brad Bishop19323692019-04-05 15:28:33 -040059index 7fd0561..4154dc0 100644
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080060--- a/configure.ac
61+++ b/configure.ac
Brad Bishop19323692019-04-05 15:28:33 -040062@@ -1812,7 +1812,6 @@ libdaemon/server/Makefile
63 libdm/Makefile
64 libdm/dm-tools/Makefile
Brad Bishopd7bf8c12018-02-25 22:55:05 -050065 libdm/libdevmapper.pc
Brad Bishopd7bf8c12018-02-25 22:55:05 -050066-man/Makefile
67 po/Makefile
Brad Bishop19323692019-04-05 15:28:33 -040068 scripts/lvm2-pvscan.service
69 scripts/blkdeactivate.sh
Brad Bishopd7bf8c12018-02-25 22:55:05 -050070--
Brad Bishop1a4b7ee2018-12-16 17:11:34 -0800712.7.4
Brad Bishopd7bf8c12018-02-25 22:55:05 -050072