From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] build: disable default built-in rules and variables Date: Tue, 1 Dec 2015 21:54:36 +0000 Message-ID: <565E171C.4030000@citrix.com> References: <1449004777-26397-1-git-send-email-cardoe@cardoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1449004777-26397-1-git-send-email-cardoe@cardoe.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Doug Goldstein , xen-devel@lists.xen.org Cc: Ian Jackson , Tim Deegan , Keir Fraser , Ian Campbell , Jan Beulich List-Id: xen-devel@lists.xenproject.org On 01/12/2015 21:19, Doug Goldstein wrote: > Disable the built-in rules and variables from GNU make to improve > build performance and avoid awkward corner cases with the built-in > rules. Currently none of the implicit rules are used but this is helpful > to do when developing changes to the build system. > > Signed-off-by: Doug Goldstein Reviewed-by: Andrew Cooper Trying this out, it reliably drops Xen's build time from ~58s to ~52s on the dev box I have to hand. ~Andrew