diff options
author | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-06 20:47:20 +0000 |
---|---|---|
committer | noelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-06 20:47:20 +0000 |
commit | 034aeccf2468a303af8df7ef2cc20b704e60aff3 (patch) | |
tree | 93cbfe5eb9e5fb8aa80ae2595a600acde2470f88 /native_client_sdk/src | |
parent | b160df32b6361c0ec9c7d0f8e882e6a425b62ce5 (diff) | |
download | chromium_src-034aeccf2468a303af8df7ef2cc20b704e60aff3.zip chromium_src-034aeccf2468a303af8df7ef2cc20b704e60aff3.tar.gz chromium_src-034aeccf2468a303af8df7ef2cc20b704e60aff3.tar.bz2 |
Remove bogus make files.
buildbot_run.py automatically generates make.bat files during the Windows
SDK build process. These files should be removed.
TBR= bradnelson@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9331011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120603 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src')
-rwxr-xr-x | native_client_sdk/src/examples/dlopen/make.bat | 1 | ||||
-rwxr-xr-x | native_client_sdk/src/examples/hello_world_glibc/make.bat | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/native_client_sdk/src/examples/dlopen/make.bat b/native_client_sdk/src/examples/dlopen/make.bat deleted file mode 100755 index 479d648..0000000 --- a/native_client_sdk/src/examples/dlopen/make.bat +++ /dev/null @@ -1 +0,0 @@ -@..\..\tools\make.exe %* diff --git a/native_client_sdk/src/examples/hello_world_glibc/make.bat b/native_client_sdk/src/examples/hello_world_glibc/make.bat deleted file mode 100755 index 479d648..0000000 --- a/native_client_sdk/src/examples/hello_world_glibc/make.bat +++ /dev/null @@ -1 +0,0 @@ -@..\..\tools\make.exe %* |