Quantcast

[GHC] #7180: small misfeature in testsuites tests/plugins/Makefile

classic Classic list List threaded Threaded
2 messages Options
GHC
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[GHC] #7180: small misfeature in testsuites tests/plugins/Makefile

GHC
#7180: small misfeature in testsuites tests/plugins/Makefile
-----------------------+----------------------------------------------------
 Reporter:  isenmann   |          Owner:                
     Type:  bug        |         Status:  new          
 Priority:  normal     |      Component:  Test Suite    
  Version:  7.6.1-rc1  |       Keywords:                
       Os:  Other      |   Architecture:  x86_64 (amd64)
  Failure:  Other      |       Testcase:                
Blockedby:             |       Blocking:                
  Related:             |  
-----------------------+----------------------------------------------------
 Running "gmake test" (after building ghc-7.6.1-rc1 on dragonfly
 x86_64) gives me "9 unexpected failures".

 Three of those (plugins01, plugins02, and plugins03) are easy to fix:
 Replace "make" with "$(MAKE)" in the recursive call "(cd
 simple-plugin; make package)" on line 14.

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

_______________________________________________
Glasgow-haskell-bugs mailing list
[hidden email]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
GHC
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [GHC] #7180: small misfeature in testsuites tests/plugins/Makefile

GHC
#7180: small misfeature in testsuites tests/plugins/Makefile
-------------------------+--------------------------------------------------
  Reporter:  isenmann    |          Owner:                
      Type:  bug         |         Status:  closed        
  Priority:  normal      |      Milestone:                
 Component:  Test Suite  |        Version:  7.6.1-rc1    
Resolution:  fixed       |       Keywords:                
        Os:  Other       |   Architecture:  x86_64 (amd64)
   Failure:  Other       |     Difficulty:  Unknown      
  Testcase:              |      Blockedby:                
  Blocking:              |        Related:                
-------------------------+--------------------------------------------------
Changes (by simonmar):

  * status:  new => closed
  * difficulty:  => Unknown
  * resolution:  => fixed


Comment:

 Fixed.

 commit caf1ad81a855268e31ff6e67ed1f76a2c7b66270
 {{{
 Author: Simon Marlow <[hidden email]>
 Date:   Thu Aug 23 15:22:51 2012 +0100

     use $(MAKE) instead of make (#7180)
 }}}

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

_______________________________________________
Glasgow-haskell-bugs mailing list
[hidden email]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
Loading...