From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 27 Aug 2015 10:28:47 +0200 Subject: [U-Boot] [RFC PATCH] Makefile: search for GNU date In-Reply-To: <1440663230-4715-1-git-send-email-andreas.devel@googlemail.com> References: <55DC2C19.1000809@gmail.com> <1440663230-4715-1-git-send-email-andreas.devel@googlemail.com> Message-ID: <201508271028.47523.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday, August 27, 2015 at 10:13:49 AM, Andreas Bie?mann wrote: > The SOURCE_DATE_EPOCH mechanism for reproducible builds requires the GNU > variant of date. Why does it require the GNU date ? > Respect this and search it, error on missing GNU date. Wouldn't it make more sense to fix the code to NOT depend on GNU extensions ? > Signed-off-by: Andreas Bie?mann [...] Best regards, Marek Vasut