summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVic (Chun-Ju) Yang <victoryang@chromium.org>2014-02-09 10:50:17 +0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-02-09 23:10:18 +0000
commitfe7194d29d955a193d429f88dfd532e6953eed77 (patch)
treea8b14c2c3ba9466191df1f0b7ab939bed71230bc
parent3192264679d56a6fe2ddf7ca7292025bdb3b6dfb (diff)
downloadchrome-ec-fe7194d29d955a193d429f88dfd532e6953eed77.tar.gz
Remove deprecated make_all.sh
This script has been deprecated for more than a month. It's time to remove it. BUG=None TEST=None BRANCH=None Change-Id: I6604d556e37ad90d9e9bec01664cbfaafcfb7a51 Signed-off-by: Vic (Chun-Ju) Yang <victoryang@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/185541 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rwxr-xr-xutil/make_all.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/util/make_all.sh b/util/make_all.sh
deleted file mode 100755
index 852c9f12fd..0000000000
--- a/util/make_all.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash -e
-#
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-#
-# Build all EC boards and run unit tests
-
-echo "$0 is deprecated. Please run 'make buildall' instead."