From 6026ef29d8c847716a745bb6e11aa1d2c36a2b64 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 21 Jan 2022 22:50:42 -0500 Subject: newlib: move man page generation into top-level build This allows building the libc & libm pages in parallel, and drops the duplication in the subdirs with the chew/chapter settings. The unused rules in Makefile.shared are left in place to minimize noise in the change. --- newlib/Makefile.am | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'newlib/Makefile.am') diff --git a/newlib/Makefile.am b/newlib/Makefile.am index 99fa0d77f..1e35e6430 100644 --- a/newlib/Makefile.am +++ b/newlib/Makefile.am @@ -420,22 +420,6 @@ unidata: # Force makedoc to be built before building info files. info-recursive dvi-recursive: doc/makedoc$(EXEEXT_FOR_BUILD) -# Recursive targets for man and install-man -man: - $(MAKE) man-cache || exit 1; \ - for d in $(SUBDIRS); do \ - if test "$$d" != "."; then \ - (cd $$d && $(MAKE) man) || exit 1; \ - fi; \ - done - -install-man: - for d in $(SUBDIRS); do \ - if test "$$d" != "."; then \ - (cd $$d && $(MAKE) install-man) || exit 1; \ - fi; \ - done - CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host include ../multilib.am -- cgit v1.2.3