summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-05-25 16:40:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-26 08:35:50 +0200
commitb01549c2f3ce3b6f512d0caeed541c80f673dd13 (patch)
tree28d79ac574a3719d419296f3152b9ef80b8cdea5
parent792f9f6992d802bc2ef15b86bdb3544341143df7 (diff)
downloadptxdist-b01549c2f3ce3b6f512d0caeed541c80f673dd13.tar.gz
ptxdist-b01549c2f3ce3b6f512d0caeed541c80f673dd13.tar.xz
dump: skip this unless needed
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/post/dump.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/post/dump.make b/rules/post/dump.make
index bba46d7ff..6959fc99b 100644
--- a/rules/post/dump.make
+++ b/rules/post/dump.make
@@ -1,5 +1,6 @@
# -*-makefile-*-
+ifneq ($(filter dump,$(MAKECMDGOALS)),)
# ----------------------------------------------------------------------------
# environment export to plugins and shell scripts
# ----------------------------------------------------------------------------
@@ -59,5 +60,7 @@ dump: $(addprefix dump-,$(allsymbols))
@mv $(M2B).bash.tmp $(M2B).bash
@mv $(M2B).tmp $(M2B)
+endif
+
# vim600:set foldmethod=marker:
# vim600:set syntax=make: