summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-virtualization/recipes-containers/criu/files/0002-criu-Skip-documentation-install.patch
blob: eaf81603182c4e6448a09f21d9b36dc8e46ed324 (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
29
From e9c2a94b9eb37ad24672b10caa398bd18282b962 Mon Sep 17 00:00:00 2001
From: Yang Shi <yang.shi@windriver.com>
Date: Tue, 26 Aug 2014 14:44:51 -0700
Subject: [PATCH 2/2] criu: Skip documentation install

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

Signed-off-by: Yang Shi <yang.shi@windriver.com>
Signed-off-by: Nam Ninh <nam.ninh@windriver.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 43252ec..e25edcc 100644
--- a/Makefile
+++ b/Makefile
@@ -265,7 +265,7 @@ install: $(PROGRAM) install-man
 	$(Q) install -m 644 scripts/logrotate.d/criu-service $(DESTDIR)$(LOGROTATEDIR)
 
 install-man:
-	$(Q) $(MAKE) -C Documentation install
+#	$(Q) $(MAKE) -C Documentation install
 
 .PHONY: install install-man
 
-- 
2.0.2

OpenPOWER on IntegriCloud