From 7f48fbd72c9836f4da3a091053fe86e9c2398281 Mon Sep 17 00:00:00 2001 From: "J. Richard Barnette" Date: Thu, 17 Nov 2011 15:10:48 -0800 Subject: [PATCH] Remove the now obsolete make_chroot. The script was here to provide transitional notice to developers; it is no longer needed. BUG=None TEST=None Change-Id: Idfaae066bfb929caa306e1adbf8055a5fe4e69f5 Reviewed-on: https://gerrit.chromium.org/gerrit/11882 Commit-Ready: Richard Barnette Tested-by: Richard Barnette Reviewed-by: Chris Sosa Reviewed-by: Zdenek Behan --- make_chroot | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 make_chroot diff --git a/make_chroot b/make_chroot deleted file mode 100755 index 39604ff356..0000000000 --- a/make_chroot +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# Copyright (c) 2010 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. - -echo "This command is deprecated, please run cros_sdk --download" -# Run 'gclient' to sync depot_tools. Just in case. -gclient &> /dev/null -exit 1