Followup clobber for bug 496923 -- it removed a directory (and references to it in a Makefile.in), and un-regenerated Makefiles will throw a hissy-fit when the removed directory isn't around any more. r=stupid-build-system

This commit is contained in:
Jeff Walden 2013-06-03 16:00:28 -07:00
parent 88a7a2620a
commit b5648f97fe

View File

@ -17,7 +17,7 @@
#
# Modifying this file will now automatically clobber the buildbot machines \o/
#
Bug 778948 moved a file, which make is still looking for
Bug 496923 removed a directory which the non-regenerated js/src/tests/Makefile will still request.
Alternative to clobber is to run ./config.status from the objdir and to
touch the CLOBBER file in the objdir.