From a92e1eae57ca02d2ae3845cb2d7e5467a0e2fb20 Mon Sep 17 00:00:00 2001 From: Siddharth Agarwal Date: Wed, 15 Aug 2012 22:06:43 +0530 Subject: [PATCH] Bug 781431 - A few minor build system improvements. r=ted 1. mozconfig2client-mk still refers to $HOME/.mozconfig, even though we removed it a while ago. Thanks to Neil for pointing it out. 2. MOZCONFIG_FIND and MOZCONFIG_MODULES are no longer used by client.mk. 3. Make CONFIG_GUESS a script that runs just once per client.mk invocation. --HG-- extra : rebase_source : ec75ebcc5cea004f64abafb8a219e828234237de --- build/autoconf/mozconfig2client-mk | 6 ++---- client.mk | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/build/autoconf/mozconfig2client-mk b/build/autoconf/mozconfig2client-mk index acf0ec18d41..1b632226dfa 100755 --- a/build/autoconf/mozconfig2client-mk +++ b/build/autoconf/mozconfig2client-mk @@ -10,11 +10,10 @@ # See mozconfig2configure for more details print_header() { - _mozconfig=${MOZCONFIG:-$HOME/.mozconfig} cat <