summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorHans-Peter Deifel <hpdeifel@gmx.de>2012-05-29 23:04:35 +0200
committerThorsten Wißmann <re06huxa@stud.informatik.uni-erlangen.de>2012-06-01 09:52:52 +0200
commit3fd005d3d144e38e0c0a984bcbe0dedd1bf00e2e (patch)
treedf2c33997c98749ef95260a0ce7e22b5fa180e4b /config.mk
parent8b1e99ae8183b80ad55ef5892a9b1288d8ecdbd9 (diff)
Add make-variable to enable verbose builds
$(VERBOSE) in config.mk can now be used to enable verbose build. Verbose build will print all command invocations in addition to the colored [CC], [DOC], etc lines. This is especially useful for debugging the build-system. Add make-variable to enable verbose builds
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 0890888b..66847d19 100644
--- a/config.mk
+++ b/config.mk
@@ -39,3 +39,6 @@ TMPTARDIR = herbstluftwm-$(VERSION_MAJOR).$(VERSION_MINOR)$(VERSION_SUFFIX)
MKDIR = mkdir -p
INSTALL = install
+# Controls verbose build
+# Remove the @ to see the actual compiler invocations
+VERBOSE = @