This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Cygwin Makefile.pre.in vestige patch
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jlt63 Nosy List: jlt63, loewis
Priority: normal Keywords: patch

Created on 2002-05-08 11:30 by jlt63, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Makefile.pre.in.diff jlt63, 2002-05-08 11:30
Messages (3)
msg39950 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2002-05-08 11:30
This patch removes a vestige part of the Cygwin make rules
that didn't quite make it over during the flattening of the
Makefiles. In its current form, it creates a def file but
incorrectly calls it libpython$(VERSION).dll.a which
immediately gets overwritten by the next command.
Obviously, this is useless. It appears, it was useless
in the old nested Makefile structure too. :,)
msg39951 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-05-14 22:25
Logged In: YES 
user_id=21627

This patch looks fine - please install it.
msg39952 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2002-05-15 11:37
Logged In: YES 
user_id=86216

Comitted as Makefile.pre.in 1.84.
History
Date User Action Args
2022-04-10 16:05:18adminsetgithub: 36575
2002-05-08 11:30:16jlt63create