Re: [GHC] #5196: Warn about non-existent targets immediately

2011-05-25 Thread GHC
#5196: Warn about non-existent targets immediately
--+-
  Reporter:  ezyang   |  Owner:  
  Type:  feature request  | Status:  closed  
  Priority:  normal   |  Milestone:  
 Component:  Build System |Version:  7.1 
Resolution:  wontfix  |   Keywords:  
  Testcase:   |  Blockedby:  
Difficulty:   | Os:  Unknown/Multiple
  Blocking:   |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown |  
--+-
Changes (by igloo):

  * status:  new = closed
  * resolution:  = wontfix


Comment:

 I don't think we can tell whether a target exists earlier than we do now.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/5196#comment:1
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #5196: Warn about non-existent targets immediately

2011-05-13 Thread GHC
#5196: Warn about non-existent targets immediately
-+--
Reporter:  ezyang|   Owner:  
Type:  feature request   |  Status:  new 
Priority:  normal|   Component:  Build System
 Version:  7.1   |Keywords:  
Testcase:|   Blockedby:  
  Os:  Unknown/Multiple  |Blocking:  
Architecture:  Unknown/Multiple  | Failure:  None/Unknown
-+--
 If I run `make dist-clean`, GHC will happily go and compile a stage1
 compiler, even though dist-clean is not a real target and I meant to say
 distclean. Ideally the build system should notice this immediately.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/5196
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs