summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt/nodoc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/apt/apt/nodoc.patch')
-rw-r--r--meta/recipes-devtools/apt/apt/nodoc.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/apt/apt/nodoc.patch b/meta/recipes-devtools/apt/apt/nodoc.patch
index 449e42df4a..78cf53884a 100644
--- a/meta/recipes-devtools/apt/apt/nodoc.patch
+++ b/meta/recipes-devtools/apt/apt/nodoc.patch
@@ -3,16 +3,16 @@ Disable documentation
3Upstream-Status: Inappropriate [configuration] 3Upstream-Status: Inappropriate [configuration]
4Signed-off-by: Constantin Musca <constantinx.musca@intel.com> 4Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
5 5
6Index: apt-0.9.7.7/Makefile 6Index: apt-1.2.24/Makefile
7=================================================================== 7===================================================================
8--- apt-0.9.7.7.orig/Makefile 8--- apt-1.2.24.orig/Makefile
9+++ apt-0.9.7.7/Makefile 9+++ apt-1.2.24/Makefile
10@@ -17,7 +17,7 @@ all headers library clean veryclean bina 10@@ -19,7 +19,7 @@ all headers library clean veryclean bina
11 $(MAKE) -C cmdline $@ 11 $(MAKE) -C cmdline $@
12 $(MAKE) -C ftparchive $@ 12 $(MAKE) -C ftparchive $@
13 $(MAKE) -C dselect $@ 13 $(MAKE) -C dselect $@
14- $(MAKE) -C doc $@ 14- $(MAKE) -C doc $@
15+# $(MAKE) -C doc $@ 15+# $(MAKE) -C doc $@
16 $(MAKE) -C po $@ 16 $(MAKE) -C po $@
17 $(MAKE) -C test $@ 17 # FIXME: -C test has issue swith parallel builds, investigate!
18 18 -$(MAKE) -C test $@