[GHC] #3228: please make it easier to remove a file from the GHC
sources
GHC
trac at galois.com
Thu May 14 16:33:38 EDT 2009
#3228: please make it easier to remove a file from the GHC sources
----------------------------+-----------------------------------------------
Reporter: nr | Owner:
Type: feature request | Status: new
Priority: normal | Component: Build System
Version: 6.11 | Severity: normal
Keywords: | Testcase:
Os: Linux | Architecture: x86
----------------------------+-----------------------------------------------
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
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3228>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list