summaryrefslogtreecommitdiffstats
path: root/recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch
blob: ba414d966a2687b2b42cd50badb412c68f06756b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 07d9b3d0c372e45127dd51781d9564e8bee90dbe Mon Sep 17 00:00:00 2001
From: Jianchuan Wang <jianchuan.wang@windriver.com>
Date: Tue, 16 Aug 2016 09:42:24 +0800
Subject: [PATCH 2/2] criu: Skip documentation install

asciidoc is needed to generate CRIU documentation, so skip it in install.

Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com>
---
 Makefile.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.install b/Makefile.install
index a30dc96..33143fb 100644
--- a/Makefile.install
+++ b/Makefile.install
@@ -22,7 +22,7 @@ install-tree:
 .PHONY: install-tree
 
 install-man:
-	$(Q) $(MAKE) -C Documentation install
+#	$(Q) $(MAKE) -C Documentation install
 .PHONY: install-man
 
 install-lib: lib
-- 
2.7.4