public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH] Cygwin: Makefile: Build new DLL with the name 'cygwin0.dll'
@ 2022-12-21 13:49 Jon Turney
  2022-12-21 15:58 ` [PATCH] Cygwin: Makefile: Also make 'cygwin0.dll' Jon Turney
  2022-12-21 16:18 ` [PATCH] Cygwin: Makefile: Drop all the "test dll" considerations Jon Turney
  0 siblings, 2 replies; 5+ messages in thread
From: Jon Turney @ 2022-12-21 13:49 UTC (permalink / raw)
  To: cygwin-patches; +Cc: Jon Turney

Build the new DLL with the name 'cygwin0.dll', rather than
'new-cygwin1.dll', as that's what the testsuite expects.

It still gets installed with the name 'cygwin1.dll'.

Fixes: 90236c3a2cf6 ("Cygwin: Makefile: build new-cygwin1.dll in a single step")
---
 winsup/cygwin/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/Makefile.am b/winsup/cygwin/Makefile.am
index 0200f6e2a..96c1dc491 100644
--- a/winsup/cygwin/Makefile.am
+++ b/winsup/cygwin/Makefile.am
@@ -40,7 +40,7 @@ toolincludedir=$(tooldir)/include
 # Parameters used in building the cygwin.dll.
 
 DLL_NAME=cygwin1.dll
-NEW_DLL_NAME=new-cygwin1.dll
+NEW_DLL_NAME=cygwin0.dll
 DEF_FILE=cygwin.def
 LIB_NAME=libcygwin.a
 TEST_LIB_NAME=libcygwin0.a
-- 
2.39.0


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

end of thread, other threads:[~2023-01-09 11:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-21 13:49 [PATCH] Cygwin: Makefile: Build new DLL with the name 'cygwin0.dll' Jon Turney
2022-12-21 15:58 ` [PATCH] Cygwin: Makefile: Also make 'cygwin0.dll' Jon Turney
2022-12-21 16:18 ` [PATCH] Cygwin: Makefile: Drop all the "test dll" considerations Jon Turney
2023-01-06 14:38   ` [PATCH] Cygwin: Run testsuite against the just-built DLL Jon Turney
2023-01-09 11:12     ` 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).