diff --git a/build_image b/build_image index c6319b94db..ef76f5b489 100755 --- a/build_image +++ b/build_image @@ -283,7 +283,7 @@ if should_build_image ${CHROMEOS_TEST_IMAGE_NAME}; then echo "Test image created as ${CHROMEOS_TEST_IMAGE_NAME}" fi -print_time_elapsed +command_completed cat << EOF To copy the image to a USB key, use: diff --git a/run_chroot_version_hooks b/run_chroot_version_hooks index d62f706ef6..5048c7fbba 100755 --- a/run_chroot_version_hooks +++ b/run_chroot_version_hooks @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2012 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. @@ -151,3 +151,5 @@ if [ "${LATEST_VERSION}" -gt "${CHROOT_VERSION}" ]; then done popd 1> /dev/null fi + +command_completed diff --git a/sdk_lib/make_chroot.sh b/sdk_lib/make_chroot.sh index e0ddd0b964..a02ffd1f0d 100755 --- a/sdk_lib/make_chroot.sh +++ b/sdk_lib/make_chroot.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2012 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. @@ -460,7 +460,7 @@ info "Updating toolchains" enter_chroot sudo "${CHROOT_TRUNK}/chromite/bin/cros_setup_toolchains" \ "${TOOLCHAIN_ARGS[@]}" -print_time_elapsed +command_completed cat < "$GCLIENT_ROOT/src/scripts/.default_board" fi +command_completed echo "Done!" echo "The SYSROOT is: ${BOARD_ROOT}" diff --git a/update_chroot b/update_chroot index 817ff40c8f..5b04ae9670 100755 --- a/update_chroot +++ b/update_chroot @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. +# Copyright (c) 2012 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. @@ -119,3 +119,5 @@ PERL_VERSIONS=$(find /usr/lib*/perl5/vendor_perl/ -maxdepth 1 -mindepth 1 \ if [ "$PERL_VERSIONS" -gt 1 ] ; then sudo perl-cleaner --all -- --quiet fi + +command_completed