RE: make system questions

2012-07-18 Thread Simon Peyton-Jones
: Dimitrios Vytiniotis | Cc: cvs-ghc@haskell.org | Subject: Re: make system questions | | Saying 'make V=1' instead of 'make' should do the trick. | | On Wed, Jul 18, 2012 at 10:37 AM, Dimitrios Vytiniotis | wrote: | > Hi, I had not built HEAD for a while so I

Re: make system questions

2012-07-18 Thread Ian Lynagh
On Wed, Jul 18, 2012 at 10:42:04AM -0500, Austin Seipp wrote: > Saying 'make V=1' instead of 'make' should do the trick. You can also put "V=1" in mk/build.mk and mk/validate.mk Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haske

RE: make system questions

2012-07-18 Thread Dimitrios Vytiniotis
Yes! Thank you! d- > -Original Message- > From: Austin Seipp [mailto:mad@gmail.com] > Sent: Wednesday, July 18, 2012 4:42 PM > To: Dimitrios Vytiniotis > Cc: cvs-ghc@haskell.org > Subject: Re: make system questions > > Saying 'make V=1' instead of &

Re: make system questions

2012-07-18 Thread Austin Seipp
Saying 'make V=1' instead of 'make' should do the trick. On Wed, Jul 18, 2012 at 10:37 AM, Dimitrios Vytiniotis wrote: > Hi, I had not built HEAD for a while so I observed that something changed in > the build system. > > When I run make or validate I now get less verbose information, e.g: > >