diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-07 21:53:02 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-07 21:53:02 +0000 |
commit | 848faac64224f5b3a835897606c6b65a834a88ca (patch) | |
tree | bd9dd9be7a43fa1312dde3f44112c9186c7b504b /native_client_sdk | |
parent | ab5870577fc65b5f64ef28f60010dfee1b0896bd (diff) | |
download | chromium_src-848faac64224f5b3a835897606c6b65a834a88ca.zip chromium_src-848faac64224f5b3a835897606c6b65a834a88ca.tar.gz chromium_src-848faac64224f5b3a835897606c6b65a834a88ca.tar.bz2 |
Remove NaCl SDK bots from top-level PRESUBMIT.py
This change was originally introduced to only run the NaCl SDK bots when
all changes were to files in the native_client_sdk directory.
This change is no longer safe, as some changes can affect other builders
(such as changes to create_nmf.py and nacl_io).
BUG=none
R=stip@chromium.org
Review URL: https://codereview.chromium.org/112953005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243396 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rw-r--r-- | native_client_sdk/src/README.Makefiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/README.Makefiles b/native_client_sdk/src/README.Makefiles index 1179395..3d23061 100644 --- a/native_client_sdk/src/README.Makefiles +++ b/native_client_sdk/src/README.Makefiles @@ -5,7 +5,7 @@ The examples and libraries that ship with the Native Client SDK use a build system based on GNU Make. Each example or library is contained in its own directory along with a -Makefile. The Makefiles are capable of building Native Client +Makefile. The Makefiles are capable of building Native Client applications and libraries using any of the available toolchains as well as building host applications with the host's toolchain. In order to keep the top-level Makefiles simple, most of actual build rules are |