author | Mike Shal <mshal@mozilla.com> |
Wed, 03 Oct 2018 17:07:09 +0000 | |
changeset 497879 | 4212ae711990ebf15e235abd11509649afd289ed |
parent 497878 | 60fed71d173f2c67d8ddf5ead0d87efd889cdb5c |
child 497880 | c6ff74a707a6a90e9e8874152c45c1ccb7765d62 |
push id | 1864 |
push user | ffxbld-merge |
push date | Mon, 03 Dec 2018 15:51:40 +0000 |
treeherder | mozilla-release@f040763d99ad [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | firefox-build-system-reviewers, nalexander |
bugs | 1496136 |
milestone | 64.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/client.mk +++ b/client.mk @@ -122,17 +122,17 @@ configure-preqs = \ configure:: $(configure-preqs) $(call BUILDSTATUS,TIERS configure) $(call BUILDSTATUS,TIER_START configure) @echo cd $(OBJDIR); @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) ifneq (,$(MAKEFILE)) $(OBJDIR)/Makefile: $(OBJDIR)/config.status