| Index: third_party/binutils/upload.sh
|
| diff --git a/third_party/binutils/upload.sh b/third_party/binutils/upload.sh
|
| index 5ff10aad3ad7029ab259bb1f447e8d23967c4e2c..31f1a06c32eaf85d1713e61168cfb15674d8674d 100755
|
| --- a/third_party/binutils/upload.sh
|
| +++ b/third_party/binutils/upload.sh
|
| @@ -61,5 +61,8 @@ for DIR in $1/*; do
|
| done
|
|
|
| echo "Please commit the new .sha1 to the Chromium repository"
|
| -echo ""
|
| echo "# git commit"
|
| +echo ""
|
| +echo "Make sure goma is updated with the new binutils *before* landing."
|
| +echo " Notify {ukai,yyanagisawa,shinyak}@chromium.org with the .sha1 files"
|
| +echo " and await confirmation."
|
|
|