Skip to content

Commit

Permalink
Bug 1416020 - Remove echo-variable-% target from client.mk; r=nalexander
Browse files Browse the repository at this point in the history
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

--HG--
extra : rebase_source : edc9be971ddb0384408652fd04f550d7d8e51aa6
  • Loading branch information
indygreg committed Nov 9, 2017
1 parent dd1abec commit 12117b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client.mk
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,6 @@ build::
-$(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.
Expand Down

0 comments on commit 12117b9

Please sign in to comment.