Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | From 103ac1c1200df8190372d973e004776cffe8e659 Mon Sep 17 00:00:00 2001 |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 3 | Date: Mon, 26 Nov 2018 14:59:55 +0800 |
| 4 | Subject: [PATCH 2/3] do not build manual |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 5 | |
| 6 | On some host (ubuntu 1404), build manual failed. |
| 7 | ... |
| 8 | ./tools/man-generator --primary lvscan lvscan.8_des |
| 9 | Failed to stat description file lvscan.8_des. |
| 10 | ... |
| 11 | |
| 12 | Do not build man to workaround the issue. |
| 13 | |
| 14 | Upstream-Status: Pending |
| 15 | |
| 16 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 17 | |
| 18 | |
| 19 | Update context for lvm2 2.03.02. |
| 20 | |
| 21 | Signed-off-by: Kai Kang <kai.kang@windriver.com> |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 22 | --- |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 23 | Makefile.in | 6 +++--- |
| 24 | configure.ac | 1 - |
| 25 | 2 files changed, 3 insertions(+), 4 deletions(-) |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 26 | |
| 27 | diff --git a/Makefile.in b/Makefile.in |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 28 | index 6a1a990..80cba91 100644 |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 29 | --- 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 Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 35 | -SUBDIRS = conf daemons include lib libdaemon libdm man scripts tools |
| 36 | +SUBDIRS = conf daemons include lib libdaemon libdm scripts tools |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 37 | |
| 38 | ifeq ("@UDEV_RULES@", "yes") |
| 39 | SUBDIRS += udev |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 40 | @@ -33,7 +33,7 @@ ifeq ($(MAKECMDGOALS),clean) |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 41 | 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 Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 47 | udev po |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 48 | tools.distclean: test.distclean |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 49 | @@ -65,7 +65,7 @@ libdm.device-mapper: include.device-mapper |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 50 | 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 Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 58 | diff --git a/configure.ac b/configure.ac |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 59 | index 7fd0561..4154dc0 100644 |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 60 | --- a/configure.ac |
| 61 | +++ b/configure.ac |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 62 | @@ -1812,7 +1812,6 @@ libdaemon/server/Makefile |
| 63 | libdm/Makefile |
| 64 | libdm/dm-tools/Makefile |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 65 | libdm/libdevmapper.pc |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 66 | -man/Makefile |
| 67 | po/Makefile |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 68 | scripts/lvm2-pvscan.service |
| 69 | scripts/blkdeactivate.sh |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 70 | -- |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 71 | 2.7.4 |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 72 | |