Tcl Source Code

View Ticket
Login
Ticket UUID: 495096
Title: 'make dltest' == no-op!
Type: Bug Version: obsolete: 8.4a4
Submitter: dgp Created on: 2001-12-19 16:46:05
Subsystem: 53. Configuration and Build Tools Assigned To: mdejong
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2001-12-20 04:15:12
Resolution: Fixed Closed By: dgp
    Closed on: 2001-12-19 21:15:12
Description:
After updating from today's CVS HEAD:

$ cd unix
$ make clean
$ make dltest
make: `dltest' is up to date.

Sure enough, I have a file (directory) named
"dltest" and that's good enough for make.
So, the new "dltest" target is always a no-op.
Not very useful.

Dependencies on the new target seem to be
missing too, causing all load.test tests
to be skipped during a 'make test'.
User Comments: mdejong added on 2001-12-20 03:12:38:
Logged In: YES 
user_id=90858

Added you patch as-is.

dgp added on 2001-12-19 23:59:19:

File Added - 14931: dltest.patch

dgp added on 2001-12-19 23:59:18:
Logged In: YES 
user_id=80530

oops.  I retract the dependencies claim.  They're fine.
Here's a patch that renames the "dltest" target to
"dlpkgs".  That fixes the issues I have.

Attachments: