From ef9c87e43374a6af107e1824b12e905650319e0e Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Wed, 8 Nov 2017 09:49:10 -0600 Subject: [PATCH] Adds mk_add_options AUTOCLOBBER=1 to .mozconfig (#4622) --- bin/download-firefox-artifact | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/download-firefox-artifact b/bin/download-firefox-artifact index 7b6c6cf0b8..1caa2368d8 100755 --- a/bin/download-firefox-artifact +++ b/bin/download-firefox-artifact @@ -46,5 +46,6 @@ else echo " ac_add_options --enable-artifact-builds mk_add_options MOZ_OBJDIR=./objdir-frontend +mk_add_options AUTOCLOBBER=1 " > .mozconfig fi