Tcl Source Code

View Ticket
Login
Ticket UUID: 427101
Title: Missing dependencies in unix/Makefile.in
Type: Bug Version: None
Submitter: msofer Created on: 2001-05-24 22:44:37
Subsystem: 53. Configuration and Build Tools Assigned To: mdejong
Priority: 2 Severity:
Status: Closed Last Modified: 2001-09-26 07:11:52
Resolution: Wont Fix Closed By: mdejong
    Closed on: 2001-09-26 00:11:52
Description:
unix/Makefile.in is missing the dependency list.

Additionally, 'make depend' generates wrong
dependencies - this is filed as a separate, lower
priority bug.
User Comments: mdejong added on 2001-09-26 07:11:52:
Logged In: YES 
user_id=90858

Closing this bug since I did not hear anything
back about why this is needed.

mdejong added on 2001-09-18 11:26:32:
Logged In: YES 
user_id=90858

I don't see why we would want to add the output of
`make depend` to the Makefile. See this line at
the bottom of the Makefile.in?

# DO NOT DELETE THIS LINE -- make depend depends on it.

The deps should be appended to the Makefile after
that line and only after running make depend.

hobbs added on 2001-09-12 02:21:37:
Logged In: YES 
user_id=72656

referring to Mo.  IMO this isn't very important, but 
perhaps new users would like it ???

msofer added on 2001-05-28 22:19:31:
Logged In: YES 
user_id=148712

See patch #427697: a script to generate the correct
dependency list

msofer added on 2001-05-26 04:00:38:

File Added - 6673: DIFF.txt

msofer added on 2001-05-26 03:50:50:
Logged In: YES 
user_id=148712

Please see the enclosed patch

hobbs added on 2001-05-26 03:02:00:
Logged In: YES 
user_id=72656

What exactly is missing?  Tcl doesn't depend on make depend.

Attachments: