[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

jberlin at webkit.org jberlin at webkit.org
Wed Dec 22 15:35:08 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6f9b20ddb1927c89e97b1f8aa3b54a396cc46aed
Author: jberlin at webkit.org <jberlin at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 8 20:28:19 2010 +0000

    We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
    .bashrc file.
    https://bugs.webkit.org/show_bug.cgi?id=49189
    
    Reviewed by Adam Roben.
    
    * building/tools.html:
    Add a line recommending bash shell users to comment out or remove those lines, with an
    explanation as to why.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71557 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog
index 67598c3..5a44395 100644
--- a/WebKitSite/ChangeLog
+++ b/WebKitSite/ChangeLog
@@ -1,3 +1,15 @@
+2010-11-08  Jessie Berlin  <jberlin at apple.com>
+
+        Reviewed by Adam Roben.
+
+        We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
+        .bashrc file.
+        https://bugs.webkit.org/show_bug.cgi?id=49189
+
+        * building/tools.html:
+        Add a line recommending bash shell users to comment out or remove those lines, with an
+        explanation as to why.
+
 2010-11-04  Orlando Leite  <orlleite at gmail.com>
 
         Reviewed by Adam Barth.
diff --git a/WebKitSite/building/tools.html b/WebKitSite/building/tools.html
index 0604658..2570698 100644
--- a/WebKitSite/building/tools.html
+++ b/WebKitSite/building/tools.html
@@ -56,6 +56,12 @@ Keep all the default options and click <b>Next</b> until the file is extracted a
 <P>Vista may warn you that Cygwin did not install correctly. Ignore this warning and tell Vista that the install was successful.</p>
 <p>If you are running Vista, click on the Start menu, enter the following command, and press Enter:</p>
 <p class="code">C:\cygwin\bin\ash -c /bin/rebaseall</p>
+<p>Remove the following lines from <code>/home/[username]/.bashrc</code>:
+<p class=code>
+<div>unset TMP</div>
+<div>unset TEMP</div>
+</p>
+Those lines would prevent picking up the Windows TMP and TEMP environment variables.</p>
 
 <li><p>Install QuickTime SDK</p>
 <p>Download QuickTime SDK for Windows from <a href="http://developer.apple.com/quicktime/download/">http://developer.apple.com/quicktime/download/</a> and install it to the default location (\Program Files\QuickTime SDK). This is needed for media support.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list