Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-22 06:50:42 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-05 08:17:54 +0300
commit6026ef29d8c847716a745bb6e11aa1d2c36a2b64 (patch)
tree40480f5dca7020ed9a6aaa762e4faede55b1cf8d /newlib/libc/string
parentfc2b4ffee0ec7697a02ae7185f1acb7927f2f115 (diff)
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.
Diffstat (limited to 'newlib/libc/string')
-rw-r--r--newlib/libc/string/Makefile.am6
-rw-r--r--newlib/libc/string/Makefile.in26
2 files changed, 2 insertions, 30 deletions
diff --git a/newlib/libc/string/Makefile.am b/newlib/libc/string/Makefile.am
index d85a51365..ac41665bb 100644
--- a/newlib/libc/string/Makefile.am
+++ b/newlib/libc/string/Makefile.am
@@ -143,9 +143,3 @@ noinst_DATA =
endif # USE_LIBTOOL
include $(srcdir)/../../Makefile.shared
-
-LIBC_CHEWOUT_FILES =
-LIBC_CHAPTERS =
-include ./Makefile.inc
-CHEWOUT_FILES = $(LIBC_CHEWOUT_FILES)
-CHAPTERS = $(LIBC_CHAPTERS)
diff --git a/newlib/libc/string/Makefile.in b/newlib/libc/string/Makefile.in
index cad0b4ac5..1ab8760aa 100644
--- a/newlib/libc/string/Makefile.in
+++ b/newlib/libc/string/Makefile.in
@@ -572,33 +572,11 @@ DOCBOOK_CHEW = ${top_srcdir}/../doc/makedocbook.py
DOCBOOK_OUT_FILES = $(CHEWOUT_FILES:.def=.xml)
DOCBOOK_CHAPTERS = $(CHAPTERS:.tex=.xml)
CLEANFILES = $(CHEWOUT_FILES) $(DOCBOOK_OUT_FILES)
-LIBC_CHEWOUT_FILES = bcmp.def memcpy.def strcmp.def strncat.def \
- strstr.def bcopy.def memmove.def strcoll.def strncmp.def \
- strtok.def bzero.def memset.def strcpy.def strncpy.def \
- strxfrm.def index.def rindex.def strcspn.def strpbrk.def \
- swab.def memchr.def strcat.def strerror.def strerror_r.def \
- strrchr.def memcmp.def strchr.def strlen.def strnlen.def \
- strspn.def strcasecmp.def strncasecmp.def strcasestr.def \
- strlwr.def strupr.def memccpy.def mempcpy.def stpcpy.def \
- stpncpy.def strsignal.def wcscasecmp.def wcscat.def wcschr.def \
- wcscmp.def wcscoll.def wcscpy.def wcscspn.def wcpcpy.def \
- wcpncpy.def wcsdup.def wcslcat.def wcslcpy.def wcslen.def \
- wcsncasecmp.def wcsncat.def wcsncmp.def wcsncpy.def \
- wcsnlen.def wcspbrk.def wcsrchr.def wcsspn.def wcsstr.def \
- wcstok.def wcswidth.def wcsxfrm.def wcwidth.def wmemchr.def \
- wmemcmp.def wmemcpy.def wmemmove.def wmemset.def memmem.def \
- memrchr.def rawmemchr.def strchrnul.def strcasecmp_l.def \
- strcoll_l.def strncasecmp_l.def strxfrm_l.def wcscasecmp_l.def \
- wcscoll_l.def wcsncasecmp_l.def wcsxfrm_l.def strverscmp.def \
- strnstr.def wmempcpy.def
-LIBC_CHAPTERS = strings.tex wcstrings.tex
-CHEWOUT_FILES = $(LIBC_CHEWOUT_FILES)
-CHAPTERS = $(LIBC_CHAPTERS)
all: all-am
.SUFFIXES:
.SUFFIXES: .def .xml .c .lo .o .obj
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../Makefile.shared $(srcdir)/./Makefile.inc $(am__configure_deps)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../../Makefile.shared $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
@@ -618,7 +596,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
-$(srcdir)/../../Makefile.shared $(srcdir)/./Makefile.inc $(am__empty):
+$(srcdir)/../../Makefile.shared $(am__empty):
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh