From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 15 Aug 2014 09:46:14 -0600 Subject: [U-Boot] [PATCH v7 5/5] RFC: Deprecate MAKEALL In-Reply-To: <1408059307-13829-6-git-send-email-sjg@chromium.org> References: <1408059307-13829-1-git-send-email-sjg@chromium.org> <1408059307-13829-6-git-send-email-sjg@chromium.org> Message-ID: <53EE2B46.1080805@wwwdotorg.org> 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 05:35 PM, Simon Glass wrote: > Since buildman now includes most of the features of MAKEALL it is probably > time to talk about deprecating MAKEALL. I guess I don't care too much, but I would like to point out that when I mentioned the annoyance of having to change my scripts: from: make ARCH=arm jetson_tk1_config to: make ARCH=arm jetson_tk1_defconfig ... together with having to detect which version to use since different U-Boot commits required a difference command, one of the answers was that "MAKEALL jetson_tk1" still worked the same on both old and new git commits, and could be used as a replacement. This patch would invalidate that.