#!/bin/sh

# If you see this code during a merge conflict, you should probably re-apply
# your local changes to deps/third_party/valgrind/scripts
echo "This script has been deprecated! Please see"
echo "http://sites.google.com/a/chromium.org/dev/developers/how-tos/using-valgrind/building-valgrind"
echo "for the new instructions on building Valgrind"
exit 1