diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-01-17 01:16:44 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-01-17 01:16:44 +0000 |
commit | 45c4dbf6203531331671570b24a70040c7e6784b (patch) | |
tree | c4c3b1745d3cf08b6c874be6d35f2db9ac684869 /libcxx/lib/buildit | |
parent | 05de2e4818115612f1c577c5f26a4a05f2d797d3 (diff) | |
download | bcm5719-llvm-45c4dbf6203531331671570b24a70040c7e6784b.tar.gz bcm5719-llvm-45c4dbf6203531331671570b24a70040c7e6784b.zip |
Add warning messages to buildit/testit about their upcoming removal
llvm-svn: 292181
Diffstat (limited to 'libcxx/lib/buildit')
-rwxr-xr-x | libcxx/lib/buildit | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libcxx/lib/buildit b/libcxx/lib/buildit index 6c28f7525a6..c18de042eff 100755 --- a/libcxx/lib/buildit +++ b/libcxx/lib/buildit @@ -6,6 +6,11 @@ set -e +echo "---------- WARNING ----------" +echo "buildit is no longer supported and will be removed in the next week!" +echo "please contact the libc++ maintainers if you have any concerns" +echo "" + if [ `basename $(pwd)` != "lib" ] then echo "current directory must be lib" @@ -177,3 +182,8 @@ if [ -z "$RC_XBS" ] then rm *.o fi + +echo "---------- WARNING ----------" +echo "buildit is no longer supported and will be removed in the next week!" +echo "please contact the libc++ maintainers if you have any concerns" +echo "" |