[PATCH] Cygwin: Ensure toollibdir exists before installing a link there
Corinna Vinschen
corinna-cygwin@cygwin.com
Fri Apr 30 19:07:06 GMT 2021
On Apr 30 18:14, Jon Turney wrote:
> This helps 'make install -j2' work.
> ---
> winsup/cygwin/Makefile.am | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/winsup/cygwin/Makefile.am b/winsup/cygwin/Makefile.am
> index a2e673c13..8cde3f452 100644
> --- a/winsup/cygwin/Makefile.am
> +++ b/winsup/cygwin/Makefile.am
> @@ -733,6 +733,7 @@ install-data-local: install-headers install-ldif
> install-libs:
> @$(MKDIR_P) $(DESTDIR)$(bindir)
> $(INSTALL_PROGRAM) $(TEST_DLL_NAME) $(DESTDIR)$(bindir)/$(DLL_NAME)
> + @$(MKDIR_P) $(DESTDIR)$(toollibdir)
> (cd $(DESTDIR)$(toollibdir) && ln -sf $(LIB_NAME) libg.a)
>
> install-headers:
> --
> 2.31.1
Pushed.
Thanks,
Corinna
More information about the Cygwin-patches
mailing list