* [PATCH] Cygwin: Ensure toollibdir exists before installing a link there
@ 2021-04-30 17:14 Jon Turney
2021-04-30 19:07 ` Corinna Vinschen
0 siblings, 1 reply; 2+ messages in thread
From: Jon Turney @ 2021-04-30 17:14 UTC (permalink / raw)
To: cygwin-patches; +Cc: Jon Turney
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Cygwin: Ensure toollibdir exists before installing a link there
2021-04-30 17:14 [PATCH] Cygwin: Ensure toollibdir exists before installing a link there Jon Turney
@ 2021-04-30 19:07 ` Corinna Vinschen
0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2021-04-30 19:07 UTC (permalink / raw)
To: cygwin-patches
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-30 19:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-30 17:14 [PATCH] Cygwin: Ensure toollibdir exists before installing a link there Jon Turney
2021-04-30 19:07 ` Corinna Vinschen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).