From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 1/2] hvmloader: remove timestamp from smbios Date: Wed, 4 Feb 2015 09:42:45 +0100 Message-ID: <20150204084245.GA17993@aepfle.de> References: <1422978845-5908-1-git-send-email-olaf@aepfle.de> <1422978845-5908-2-git-send-email-olaf@aepfle.de> <54D0F121.70107@citrix.com> <20150203184136.GA29901@aepfle.de> <54D1E7B9020000780005CAC7@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <54D1E7B9020000780005CAC7@mail.emea.novell.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: Jan Beulich Cc: Wei Liu , Ian Campbell , Stefano Stabellini , Andrew Cooper , Ian Jackson , xen-devel@lists.xen.org, Keir Fraser List-Id: xen-devel@lists.xenproject.org On Wed, Feb 04, Jan Beulich wrote: > http://dmtf.org/sites/default/files/standards/documents/DSP0134_2.8.0.pdf > (in particular section 7.1 and table 5) "The date string, if supplied, is in either mm/dd/yy or mm/dd/yyyy format." To me it sounds like an optional thing. An empty string is as informative as any other random date. But before the bikeshedding starts I think its best to turn the assignment in the Makefiles from "VAR = VAL" into "VAR ?= VAL". This preserves existing practice and gives us the opportunity to pass 01/01/1970 as fixed VAL. Olaf