Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: scons-2.0.1/README.nacl

Issue 6731096: Patched the new version of SCons to work around a Mac+Python+Toolchain bug. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/third_party/
Patch Set: '' Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | scons-2.0.1/script/scons » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 URL: http://sourceforge.net/projects/scons/files/scons/2.0.1/scons-2.0.1.tar.gz/ download or http://www.scons.org/download.php 1 URL: http://sourceforge.net/projects/scons/files/scons/2.0.1/scons-2.0.1.tar.gz/ download or http://www.scons.org/download.php
2 Version: 2.0.1 2 Version: 2.0.1
3 License: MIT 3 License: MIT
4 License File: LICENSE 4 License File: LICENSE
5 5
6 Description: 6 Description:
7 SCons is an Open Source software construction tool-that is, a next-generation 7 SCons is an Open Source software construction tool-that is, a next-generation
8 build tool. Think of SCons as an improved, cross-platform substitute for the 8 build tool. Think of SCons as an improved, cross-platform substitute for the
9 classic Make utility with integrated functionality similar to 9 classic Make utility with integrated functionality similar to
10 autoconf/automake and compiler caches such as ccache. In short, SCons is an 10 autoconf/automake and compiler caches such as ccache. In short, SCons is an
11 easier, more reliable and faster way to build software. 11 easier, more reliable and faster way to build software.
12 12
13 Current local modifications: 13 Current local modifications:
14 None 14
15 scripts/scons - exception handling for importing pkg_resources is broader.
16 (catch Exception vs. ImportError) This fixes a problem encountered where the
17 Mac toolchain bot redefines MACOSX_DEPLOYMENT_TARGET.
OLDNEW
« no previous file with comments | « no previous file | scons-2.0.1/script/scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698