Bug 1412356 - Update CLOBBER message to not recommend client.mk; r=chmanchester

client.mk hasn't been well-supported for years. Stop recommending it.

MozReview-Commit-ID: KWFhAQPIXWu

--HG--
extra : rebase_source : dafb307d82f1f0a3141d077102fd2fe21add65b4
This commit is contained in:
Gregory Szorc 2017-10-27 10:19:05 -07:00
Родитель 9963be512d
Коммит 3221d82f84
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -61,8 +61,7 @@ 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