From 1c7e469f21b60043700c3ba5ce54155607f6f95f Mon Sep 17 00:00:00 2001 From: David Allsopp Date: Mon, 5 Jul 2021 12:34:57 +0100 Subject: Compute STDLIB_MODULES with a C auxiliary Eliminates the dependency on many invocations of `tr` and `cut` to a single invocation of a C auxiliary. On Windows, the C auxiliary is considerably faster than the large number of calls to tr and cut which were necessary in stdlib/StdlibModules. --- api_docgen/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api_docgen') diff --git a/api_docgen/Makefile.common b/api_docgen/Makefile.common index aab7c1cd32..e360da66d2 100644 --- a/api_docgen/Makefile.common +++ b/api_docgen/Makefile.common @@ -15,8 +15,8 @@ ROOTDIR = .. DOCGEN= $(ROOTDIR)/api_docgen --include $(ROOTDIR)/stdlib/StdlibModules include $(ROOTDIR)/Makefile.common +include $(ROOTDIR)/stdlib/StdlibModules include $(ROOTDIR)/Makefile.best_binaries include $(DOCGEN)/Makefile.docfiles -- cgit v1.2.1