Ticket #3228 (closed feature request: fixed)
please make it easier to remove a file from the GHC sources
| Reported by: | nr | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.12.1 |
| Component: | Build System | Version: | 6.11 |
| Keywords: | Cc: | ||
| Operating System: | Linux | Architecture: | x86 |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
I'm trying to remove some obsolete code from GHC's back end. (It will live forever in darcs). The only workflow I can find that works is
cd $TOP ./configure (cd compiler; make -k -j 5)
This workflow is really expensive; on a 4-processor machine it is costing me 48 seconds every time I remove a file...
Norman
Change History
Note: See
TracTickets for help on using
tickets.
