Tk Source Code

View Ticket
Login
Ticket UUID: 2764263
Title: Stray @ in Makefile.in test target.
Type: Bug Version: None
Submitter: stwo Created on: 2009-04-15 05:24:12
Subsystem: 86. Test Tools Assigned To: stwo
Priority: 2 Severity:
Status: Closed Last Modified: 2009-04-24 22:40:59
Resolution: Fixed Closed By: stwo
    Closed on: 2009-04-24 15:40:59
Description:
There is a single @ in the test target.

test: test-classic test-ttk
       @


After running the tests, OpenBSD's make stops with:
: not found
*** Error code 1

Attached patch against core-8-5-branch removes the @.
User Comments: stwo added on 2009-04-24 22:40:59:

allow_comments - 1

Removed stray @ from Makefile.in test target.

stwo added on 2009-04-15 12:24:13:

File Added - 322828: patch-unix_Makefile_in_noat

Attachments: