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 <jrbarnette@chromium.org>
Tested-by: Richard Barnette <jrbarnette@chromium.org>
Reviewed-by: Chris Sosa <sosa@chromium.org>
Reviewed-by: Zdenek Behan <zbehan@chromium.org>
This commit is contained in:
J. Richard Barnette 2011-11-17 15:10:48 -08:00 committed by Gerrit
parent 42f4c75ad7
commit 7f48fbd72c

View File

@ -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