Skip to content

Commit

Permalink
Bug 1496136 - Recommend mach instead of client.mk; r=firefox-build-sy…
Browse files Browse the repository at this point in the history
…stem-reviewers,nalexander

MozReview-Commit-ID: 8lPom2Sgmp

Differential Revision: https://phabricator.services.mozilla.com/D7625
  • Loading branch information
mshal committed Oct 3, 2018
1 parent 8c42cdc commit 333eb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.mk
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ configure:: $(configure-preqs)
@echo $(CONFIGURE) $(CONFIGURE_ARGS)
@cd $(OBJDIR) && $(CONFIGURE_ENV_ARGS) $(CONFIGURE) $(CONFIGURE_ARGS) \
|| ( echo '*** Fix above errors and then restart with\
"$(MAKE) -f client.mk build"' && exit 1 )
"./mach build"' && exit 1 )
@touch $(OBJDIR)/Makefile
$(call BUILDSTATUS,TIER_FINISH configure)

Expand Down

0 comments on commit 333eb3b

Please sign in to comment.