[darcs-devel] darcs patch: Summarise calls to GHC in makefile.

David Roundy droundy at darcs.net
Mon Oct 22 13:49:19 UTC 2007


On Sun, Oct 21, 2007 at 11:14:21PM +0200, Eric Kow wrote:
> This causes make to spit out pithy messages like
>   [ghc] src/Darcs/IO.o
> 
> instead of the usual
>   ghc -DPACKAGE_NAME=\"darcs\" -DPACKAGE_TARNAME=\"darcs\"
>   -DPACKAGE_VERSION=\"1.1.0pre1\" -DPACKAGE_STRING=\"darcs\ 1.1.0pre1\"
>   -DPACKAGE_BUGREPORT=\"bugs at darcs.net\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
>   -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
>   -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
>   -cpp  -package regex-compat -package QuickCheck -package mtl -package parsec
>   -package html -package unix -O -funbox-strict-fields  -Wall -Werror -I. -I./src
>   -i./src -DHAVE_CURSES -DHAVE_CURL -c src/Darcs/IO.lhs
> 
> Sun Oct 21 23:07:14 CEST 2007  Eric Kow <eric.kow at gmail.com>
>   * Summarise calls to GHC in makefile.
>   
>   Use make VERBOSE=1 to see what options are passed to GHC

Looks nice to me.
-- 
David Roundy
Department of Physics
Oregon State University


More information about the darcs-devel mailing list