Ticket #5356 (closed bug: fixed)

Opened 22 months ago

Last modified 22 months ago

duplicate files in bindists

Reported by: igloo Owned by: igloo
Priority: highest Milestone: 7.4.1
Component: Build System Version: 7.0.3
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

7.2.1-rc1:

Second Duplicate file: "ghc-7.2.0.20110728/includes/ghcautoconf.h"
Second Duplicate file: "ghc-7.2.0.20110728/includes/ghcconfig.h"
Second Duplicate file: "ghc-7.2.0.20110728/includes/ghcplatform.h"

Change History

Changed 22 months ago by igloo

  • milestone changed from 7.2.1 to 7.4.1

Fixed in 7.2 by changeset:38e436836b9a693602fbdfb51d0b3cc40651a0de

commit 38e436836b9a693602fbdfb51d0b3cc40651a0de
Author: Ian Lynagh <igloo@earth.li>
Date:   Thu Aug 4 16:24:30 2011 +0100

    Don't duplicate files in bindists; trac #5356
    
    We were putting
        includes/ghcautoconf.h
        includes/ghcconfig.h
        includes/ghcplatform.h
    into bindists twice.

Changed 22 months ago by igloo@…

commit 28ec3ab2fa6e475273fafc1c01cf2cbc058a9e55

Author: Ian Lynagh <igloo@earth.li>
Date:   Thu Aug 4 16:24:30 2011 +0100

    Don't duplicate files in bindists; trac #5356
    
    We were putting
        includes/ghcautoconf.h
        includes/ghcconfig.h
        includes/ghcplatform.h
    into bindists twice.

 ghc.mk |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

Changed 22 months ago by igloo

  • status changed from new to closed
  • resolution set to fixed

Fixed.

Note: See TracTickets for help on using tickets.