diff options
author | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-20 20:01:24 +0000 |
---|---|---|
committer | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-20 20:01:24 +0000 |
commit | a73e2f712bf0e3ceacac8ed3c9260089f5b9e5c0 (patch) | |
tree | 226b2c06b0d185d781e7496a0667fa606bf0512d /native_client_sdk | |
parent | be970633bbff17b1226ecb71156867c916fea7c0 (diff) | |
download | chromium_src-a73e2f712bf0e3ceacac8ed3c9260089f5b9e5c0.zip chromium_src-a73e2f712bf0e3ceacac8ed3c9260089f5b9e5c0.tar.gz chromium_src-a73e2f712bf0e3ceacac8ed3c9260089f5b9e5c0.tar.bz2 |
[NaCl SDK] Roll naclports revision.
This removes cruft from the naclports bundle such as .la
files and pkgconfig files.
TBR=binji
NOTRY=true
BUG=177090
Review URL: https://chromiumcodereview.appspot.com/12316011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183598 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rwxr-xr-x | native_client_sdk/src/build_tools/build_sdk.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/native_client_sdk/src/build_tools/build_sdk.py b/native_client_sdk/src/build_tools/build_sdk.py index 63988f0..3852216 100755 --- a/native_client_sdk/src/build_tools/build_sdk.py +++ b/native_client_sdk/src/build_tools/build_sdk.py @@ -3,7 +3,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -"""Entry point for both build and try bots +"""Entry point for both build and try bots. This script is invoked from XXX, usually without arguments to package an SDK. It automatically determines whether @@ -64,7 +64,7 @@ MAKE = 'nacl_sdk/make_3_81/make.exe' CYGTAR = os.path.join(NACL_DIR, 'build', 'cygtar.py') NACLPORTS_URL = 'https://naclports.googlecode.com/svn/trunk/src' -NACLPORTS_REV = 704 +NACLPORTS_REV = 706 options = None |