From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 7 Jul 2016 12:15:10 -0600 Subject: [U-Boot] [PATCH 02/11] buildman: Automatically create a config file if needed In-Reply-To: <1467580467-19186-3-git-send-email-sjg@chromium.org> References: <1467580467-19186-1-git-send-email-sjg@chromium.org> <1467580467-19186-3-git-send-email-sjg@chromium.org> Message-ID: <577E9C2E.1070504@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 07/03/2016 03:14 PM, Simon Glass wrote: > If there is no ~/.buildman file, buildman currently complains and exists. To > make things a little more friendly, create an empty one automatically. This > will not allow things to be built, but --fetch-arch can be used to handle > that. Is it worth pointing out that caveat in the message that's printed? Is that caveat true e.g. in the case where the user already has a suitable compiler installed in (the default?) /usr/bin?