Tk Source Code

View Ticket
Login
2009-04-24
22:40 Closed ticket [2764263fff]: Stray @ in Makefile.in test target. plus 7 other changes artifact: 1f8b8858c4 user: stwo
2009-04-15
12:24 Add attachment patch-unix_Makefile_in_noat to ticket [2764263fff] artifact: b8c64cc968 user: stwo
12:24 Ticket [2764263fff] Stray @ in Makefile.in test target. status still Open with 4 other changes artifact: 1e3d64b5f4 user: stwo
05:24 New ticket [2764263fff]. artifact: 4ad7b7b081 user: stwo

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: