From fe7194d29d955a193d429f88dfd532e6953eed77 Mon Sep 17 00:00:00 2001 From: "Vic (Chun-Ju) Yang" Date: Sun, 9 Feb 2014 10:50:17 +0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/185541 Reviewed-by: Vincent Palatin --- util/make_all.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 util/make_all.sh 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." -- cgit v1.2.1