public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: Ensure toollibdir exists before installing a link there
@ 2021-04-30 19:07 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2021-04-30 19:07 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b05b790689cb7fd29532f44e815f5fc5f8540063

commit b05b790689cb7fd29532f44e815f5fc5f8540063
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Fri Apr 30 18:14:55 2021 +0100

    Cygwin: Ensure toollibdir exists before installing a link there
    
    This helps 'make install -j2' work.

Diff:
---
 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:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-30 19:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-30 19:07 [newlib-cygwin] Cygwin: Ensure toollibdir exists before installing a link there 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).