public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH] Cygwin: do not build MinGW testsuite/cygrun --with-cross-bootstrap
@ 2022-01-10  3:34 Yaakov Selkowitz
  2022-01-10  8:48 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Yaakov Selkowitz @ 2022-01-10  3:34 UTC (permalink / raw)
  To: cygwin-patches

---
 winsup/testsuite/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/winsup/testsuite/Makefile.am b/winsup/testsuite/Makefile.am
index 4b8c7dbb7..ac68934d0 100644
--- a/winsup/testsuite/Makefile.am
+++ b/winsup/testsuite/Makefile.am
@@ -61,4 +61,6 @@ EXTRA_DEJAGNU_SITE_CONFIG = site-extra.exp
 clean-local:
 	rm -f *.log *.exe *.exp *.bak *.stackdump winsup.sum
 
+if CROSS_BOOTSTRAP
 SUBDIRS = cygrun
+endif
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Cygwin: do not build MinGW testsuite/cygrun --with-cross-bootstrap
  2022-01-10  3:34 [PATCH] Cygwin: do not build MinGW testsuite/cygrun --with-cross-bootstrap Yaakov Selkowitz
@ 2022-01-10  8:48 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2022-01-10  8:48 UTC (permalink / raw)
  To: cygwin-patches

On Jan  9 22:34, Yaakov Selkowitz wrote:
> ---
>  winsup/testsuite/Makefile.am | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/winsup/testsuite/Makefile.am b/winsup/testsuite/Makefile.am
> index 4b8c7dbb7..ac68934d0 100644
> --- a/winsup/testsuite/Makefile.am
> +++ b/winsup/testsuite/Makefile.am
> @@ -61,4 +61,6 @@ EXTRA_DEJAGNU_SITE_CONFIG = site-extra.exp
>  clean-local:
>  	rm -f *.log *.exe *.exp *.bak *.stackdump winsup.sum
>  
> +if CROSS_BOOTSTRAP
>  SUBDIRS = cygrun
> +endif
> -- 
> 2.34.1

ACK.


Thanks,
Corinna

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-10  8:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10  3:34 [PATCH] Cygwin: do not build MinGW testsuite/cygrun --with-cross-bootstrap Yaakov Selkowitz
2022-01-10  8:48 ` 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).