From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 20 Aug 2014 10:59:11 -0700 Subject: [U-Boot] [PATCH v8 0/6] Add some missing buildman features and deprecate MAKEALL In-Reply-To: <1408075156-6936-1-git-send-email-sjg@chromium.org> References: <1408075156-6936-1-git-send-email-sjg@chromium.org> Message-ID: <53F4E1EF.8040009@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/14/2014 08:59 PM, Simon Glass wrote: > Buildman has been around for a little over a year and is used by a fair > number of U-Boot developers. However quite a few people still use MAKEALL. > > Buildman was intended to replace MAKEALL, so perhaps now is a good time to > start that process. > > The reasons to deprecate MAKEALL are: > - We don't want to maintain two build systems > - Buildman is typically faster > - Buildman has a lot more features > > This series adds a few features to buildman to fill some gaps, adds some > information into the README on how to migrate from MAKEALL, and adds a > deprecation message to MAKEALL. > > Changes in v8: > - Add new patch to disable the pager in git > Simon, I have tested this set fixed the reversed order issue. Now I can use buildman to do my tests. York