summaryrefslogtreecommitdiff
path: root/rules/build-package-data.mk
diff options
context:
space:
mode:
authorIavor S. Diatchki <diatchki@galois.com>2012-04-27 13:24:05 -0700
committerIavor S. Diatchki <diatchki@galois.com>2012-04-27 13:24:05 -0700
commitd209588a40928e21a253bc9341689b5174c00cfc (patch)
treee255855567a1d7b8916698cb808da65103bb090c /rules/build-package-data.mk
parent3b528914877a8d45c2487988f05e6ecc092bebf1 (diff)
downloadhaskell-d209588a40928e21a253bc9341689b5174c00cfc.tar.gz
A build-system tweak for more readable build output.
This change reduces the (default) verbosity of the build system. This makes it easier to spot warnings in the output and, also, it makes it easier to estimate how far along are we in the build process by just glancing at the output. To get the traditional fully verbose output, set V=1, like this: make V=1
Diffstat (limited to 'rules/build-package-data.mk')
-rw-r--r--rules/build-package-data.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/build-package-data.mk b/rules/build-package-data.mk
index d535e34cbe..dedd9c2558 100644
--- a/rules/build-package-data.mk
+++ b/rules/build-package-data.mk
@@ -82,7 +82,7 @@ $1/$2/package-data.mk : $$(GHC_CABAL_INPLACE) $$($1_$2_GHC_PKG_DEP) $1/$$($1_PAC
CROSS_COMPILE="$(CrossCompilePrefix)" "$$(GHC_CABAL_INPLACE)" configure --with-ghc="$$($1_$2_HC_CONFIG)" --with-ghc-pkg="$$($1_$2_GHC_PKG)" $$($1_CONFIGURE_OPTS) $$($1_$2_CONFIGURE_OPTS) -- $2 $1
ifeq "$$($1_$2_PROG)" ""
ifneq "$$($1_$2_REGISTER_PACKAGE)" "NO"
- "$$($1_$2_GHC_PKG)" update --force $$($1_$2_GHC_PKG_OPTS) $1/$2/inplace-pkg-config
+ $$(call cmd,$1_$2_GHC_PKG) update --force $$($1_$2_GHC_PKG_OPTS) $1/$2/inplace-pkg-config
endif
endif
endif