blob: d0b2e2853355834c8c0a4efe792df31f3f58fe38 (
plain)
1
2
3
4
5
6
7
8
|
#!/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
|