diff --git a/enter_chroot.sh b/enter_chroot.sh deleted file mode 120000 index b5fae54ac3..0000000000 --- a/enter_chroot.sh +++ /dev/null @@ -1 +0,0 @@ -sdk_lib/enter_chroot.sh \ No newline at end of file diff --git a/enter_chroot.sh b/enter_chroot.sh new file mode 100755 index 0000000000..fe0582b558 --- /dev/null +++ b/enter_chroot.sh @@ -0,0 +1,8 @@ +#!/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 $*" +exit 1 diff --git a/make_chroot b/make_chroot deleted file mode 120000 index 1317388fee..0000000000 --- a/make_chroot +++ /dev/null @@ -1 +0,0 @@ -../third_party/chromiumos-overlay/chromeos/scripts/make_chroot \ No newline at end of file diff --git a/make_chroot b/make_chroot new file mode 100755 index 0000000000..e7920c1502 --- /dev/null +++ b/make_chroot @@ -0,0 +1,8 @@ +#!/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" +exit 1