The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / automake / 0001-noman.patch
1 Disable manpages build and installation, seems the bundled version of
2 help2man is somewhat old and breaks on modern distributions such as
3 Fedora 20, as reported by Kanibal on IRC.
4
5 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
6
7 diff -Nura automake-1.14.1.orig/Makefile.in automake-1.14.1/Makefile.in
8 --- automake-1.14.1.orig/Makefile.in    2014-09-10 18:40:57.554164448 -0300
9 +++ automake-1.14.1/Makefile.in 2014-09-10 18:42:01.050348068 -0300
10 @@ -3387,7 +3387,7 @@
11  check-am: all-am
12         $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
13  check: check-am
14 -all-am: Makefile $(INFO_DEPS) $(SCRIPTS) $(MANS) $(DATA)
15 +all-am: Makefile $(INFO_DEPS) $(SCRIPTS) $(DATA)
16  installdirs:
17         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(amdir)" "$(DESTDIR)$(automake_acdir)" "$(DESTDIR)$(automake_internal_acdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(perllibdir)" "$(DESTDIR)$(pkgvdatadir)" "$(DESTDIR)$(scriptdir)" "$(DESTDIR)$(system_acdir)" "$(DESTDIR)$(perllibdir)"; do \
18           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
19 @@ -3454,7 +3454,7 @@
20         install-dist_automake_internal_acDATA install-dist_docDATA \
21         install-dist_perllibDATA install-dist_pkgvdataDATA \
22         install-dist_scriptDATA install-dist_system_acDATA \
23 -       install-info-am install-man install-nodist_perllibDATA
24 +       install-info-am install-nodist_perllibDATA
25         @$(NORMAL_INSTALL)
26         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
27  install-dvi: install-dvi-am