summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2017-11-29 17:40:55 +1030
committerAlistair Popple <alistair@popple.id.au>2017-12-08 11:22:09 +1100
commit42763c33c8903ef3c26171ed4d148374296512d2 (patch)
treec1ecd9d2730dcbe8befb4c39140dbe9cbb151067
parentae5a01198ee8bdd17f9ac24912ccab493d591130 (diff)
downloadpdbg-42763c33c8903ef3c26171ed4d148374296512d2.tar.gz
pdbg-42763c33c8903ef3c26171ed4d148374296512d2.zip
Makefile: Don't print directory
We don't have any recursive makefiles, so this does not provide any useful debugging information. Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8ee0bb1..38a66c4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
AUTOMAKE_OPTIONS = foreign
+AM_MAKEFLAGS = --no-print-directory
GIT_SHA1 ?= `git --work-tree=$(top_srcdir) --git-dir=$(top_srcdir)/.git describe --always --long --dirty || echo unknown`
OpenPOWER on IntegriCloud