<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Am 23.04.2009 01:58, schrieb Carl-Daniel Hailfinger:
<blockquote cite="mid:49EFAF30.5010307@gmx.net" type="cite">
  <pre wrap="">On 23.04.2009 01:51, Stephan Raue wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Am 23.04.2009 01:27, schrieb <a class="moz-txt-link-abbreviated" href="mailto:svn@coreboot.org:">svn@coreboot.org:</a>

    </pre>
    <blockquote type="cite">
      <pre wrap="">Author: hailfinger
Date: 2009-04-23 01:27:25 +0200 (Thu, 23 Apr 2009)
New Revision: 4191

Modified:
    trunk/coreboot-v2/src/config/Options.lb
Log:
Sometimes when we debug the code, we need to know which version we are
working on.
Add the svn revision to the coreboot version string.

Signed-off-by: Zheng Bao<a class="moz-txt-link-rfc2396E" href="mailto:zheng.bao@amd.com"><zheng.bao@amd.com></a>
Acked-by: Myles Watson<a class="moz-txt-link-rfc2396E" href="mailto:mylesgw@gmail.com"><mylesgw@gmail.com></a>
Acked-by: Carl-Daniel Hailfinger<a class="moz-txt-link-rfc2396E" href="mailto:c-d.hailfinger.devel.2006@gmx.net"><c-d.hailfinger.devel.2006@gmx.net></a>


Modified: trunk/coreboot-v2/src/config/Options.lb
===================================================================
--- trunk/coreboot-v2/src/config/Options.lb    2009-04-22 23:17:44
UTC (rev 4190)
+++ trunk/coreboot-v2/src/config/Options.lb    2009-04-22 23:27:25
UTC (rev 4191)
@@ -97,7 +97,7 @@
      comment "Objcopy command"
  end
  define COREBOOT_VERSION
-    default "2.0.0"
+    default "2.0.0-r$(shell if [ -f `which svnversion` ]; then
svnversion $(TOP); fi)"
   
      </pre>
    </blockquote>
    <pre wrap="">how i can handle this, when i am provide a source-package downloaded
with a very recent svn-program and packaged this to *tar.bz2.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Does the tarball really contain a .svn directory?
  </pre>
</blockquote>
yes the tarball contain a .svn directory and i can change or remove
this calls - i dont know if its a problem for flashrom when the
svnversion is incorrect on compiling time.<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
              ### OpenELEC.tv ###
The free and open Mediacenter Distribution 4 you 
             <a class="moz-txt-link-freetext" href="http://www.openelec.tv">http://www.openelec.tv</a>
</pre>
</body>
</html>