Bug 1412356 - Update CLOBBER message to not recommend client.mk; r?build draft
authorGregory Szorc <gps@mozilla.com>
Fri, 27 Oct 2017 10:19:05 -0700
changeset 690321 10e1a218e86fb84bbdeb6d88a6e3854e2d56eeb2
parent 690320 1db5de3052e51fa5af11171b01a23fdf103d2b05
child 690322 4dc600a838c29b1a2939c3ef6e82549833d9c1eb
push id87281
push usergszorc@mozilla.com
push dateWed, 01 Nov 2017 21:44:15 +0000
reviewersbuild
bugs1412356
milestone58.0a1
Bug 1412356 - Update CLOBBER message to not recommend client.mk; r?build client.mk hasn't been well-supported for years. Stop recommending it. MozReview-Commit-ID: KWFhAQPIXWu
Makefile.in
--- a/Makefile.in
+++ b/Makefile.in
@@ -56,18 +56,17 @@ endif
 endif
 
 ifdef JS_STANDALONE
 .PHONY: CLOBBER
 CLOBBER:
 else
 CLOBBER: $(topsrcdir)/CLOBBER
 	@echo 'STOP!  The CLOBBER file has changed.'
-	@echo 'Please run the build through a sanctioned build wrapper, such as'
-	@echo '"mach build" or client.mk.'
+	@echo 'Please run the build through "mach build".'
 	@exit 1
 endif
 
 $(topsrcdir)/configure: $(topsrcdir)/configure.in $(topsrcdir)/old-configure.in
 $(topsrcdir)/js/src/configure: $(topsrcdir)/js/src/configure.in $(topsrcdir)/js/src/old-configure.in
 $(topsrcdir)/configure $(topsrcdir)/js/src/configure:
 	@echo 'STOP!  $? has changed, and your configure is out of date.'
 	@echo 'Please rerun autoconf and re-configure your build directory.'