public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin-patches@cygwin.com
Subject: Re: [PATCH] Cygwin: Ensure toollibdir exists before installing a link there
Date: Fri, 30 Apr 2021 21:07:06 +0200	[thread overview]
Message-ID: <YIxVWm/s1XoksqSh@calimero.vinschen.de> (raw)
In-Reply-To: <20210430171455.26156-1-jon.turney@dronecode.org.uk>

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

      reply	other threads:[~2021-04-30 19:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-30 17:14 Jon Turney
2021-04-30 19:07 ` Corinna Vinschen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YIxVWm/s1XoksqSh@calimero.vinschen.de \
    --to=corinna-cygwin@cygwin.com \
    --cc=cygwin-patches@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).