Tcl Source Code

View Ticket
Login
Ticket UUID: 575768
Title: tcltest-real target never up to date
Type: Bug Version: obsolete: 8.4a5
Submitter: dgp Created on: 2002-06-30 21:54:19
Subsystem: 53. Configuration and Build Tools Assigned To: mdejong
Priority: 7 High Severity:
Status: Closed Last Modified: 2002-07-17 05:44:15
Resolution: Fixed Closed By: mdejong
    Closed on: 2002-07-16 22:44:15
Description:
The tcltest-real target always reports that it is not 
up to date, so anything that depends on it,
including `make test`, *always* re-links the
tcltest executable.

This is wasteful, and it also adds a restriction
that only those with the necessary permissions
to link tcltest can run a `make test`.

This should be fixed so that when a valid,
up to date tcltest executable is already
there, a new one is not re-linked.
User Comments: mdejong added on 2002-07-17 05:44:15:

File Added - 27175: p

Logged In: YES 
user_id=90858

The attached patch fixes the problem. Checked in
on 2002-07-16.

Attachments: