gecko-dev/CLOBBER
James Teh c41206636b Bug 1419362 part 5: Clobber required for accessibility IDL changes. r=MarcoZ
As discovered in bug 1419814, changes to accessibility IDL files unfortunately aren't correctly handled by the build system.
Thus, we need a clobber to avoid build failures.

MozReview-Commit-ID: FQeUdWcESI7

--HG--
extra : rebase_source : 471f2985f2b8a4abf45d1c7b826b8a825438965f
2017-11-23 20:13:08 +10:00

26 lines
1.1 KiB
Plaintext

# To trigger a clobber replace ALL of the textual description below,
# giving a bug number and a one line description of why a clobber is
# required. Modifying this file will make configure check that a
# clobber has been performed before the build can continue.
#
# MERGE NOTE: When merging two branches that require a CLOBBER, you should
# merge both CLOBBER descriptions, to ensure that users on
# both branches correctly see the clobber warning.
#
# O <-- Users coming from both parents need to Clobber
# / \
# O O
# | |
# O <-- Clobber O <-- Clobber
#
# Note: The description below will be part of the error message shown to users.
#
# Modifying this file will now automatically clobber the buildbot machines \o/
#
# Are you updating CLOBBER because you think it's needed for your WebIDL
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
# don't change CLOBBER for WebIDL changes any more.
Bug 1419362 - a11y IDL changes not correctly handled by build system