Bug 1416020 - Remove echo-variable-% target from client.mk; r?build draft
authorGregory Szorc <gps@mozilla.com>
Thu, 09 Nov 2017 14:26:55 -0800
changeset 695836 823b450c7c3150e15df757534f843a4c12ddcae9
parent 695835 8543c560c6c8e578474bf88bc6d24309834b8071
child 739722 91ae3834c0248687e2306aee0ff50abd9d86cf9a
push id88560
push userbmo:gps@mozilla.com
push dateThu, 09 Nov 2017 22:29:04 +0000
reviewersbuild
bugs1416020
milestone58.0a1
Bug 1416020 - Remove echo-variable-% target from client.mk; r?build AFAICT this is unused. There are some mozharness consumers that evaluate an echo-variable-* target. However, I believe they are hitting the target from debugmake.mk and not going through client.mk. MozReview-Commit-ID: 9XjykFMRpsT
client.mk
--- a/client.mk
+++ b/client.mk
@@ -281,19 +281,16 @@ build::
 endif
 
 ifdef MOZBUILD_MANAGE_SCCACHE_DAEMON
 build::
 	# Terminate sccache server. This prints sccache stats.
 	-$(MOZBUILD_MANAGE_SCCACHE_DAEMON) --stop-server
 endif
 
-echo-variable-%:
-	@echo $($*)
-
 # This makefile doesn't support parallel execution. It does pass
 # MOZ_MAKE_FLAGS to sub-make processes, so they will correctly execute
 # in parallel.
 .NOTPARALLEL:
 
 .PHONY: \
     build \
     configure \