Tcl Source Code

View Ticket
Login
Ticket UUID: 1835052
Title: Tk "tidy" target fails on Win32/MSVC (TCLTEST undefined)
Type: Bug Version: obsolete: 8.5b2
Submitter: twylite Created on: 2007-11-20 10:34:07
Subsystem: 53. Configuration and Build Tools Assigned To: nobody
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2007-11-28 09:05:32
Resolution: Fixed Closed By: patthoyts
    Closed on: 2007-11-28 02:05:32
Description:
The tidy target of tk/win/makefile.vc fails because $(TCLTEST) is undefned.

Fix is to remove the offering lines:
-@echo Removing $(TCLTEST) ...
-@if exist $(TCLTEST) del $(TCLTEST)

Patch attached.
User Comments: patthoyts added on 2007-11-28 09:05:32:
Logged In: YES 
user_id=202636
Originator: NO

The fix is to change them to TKTEST.

twylite added on 2007-11-20 17:34:10:

File Added - 255101: tk-makefile-20071120.patch

Attachments: