Add warning messages to buildit/testit about their upcoming removal
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@292181 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
10
lib/buildit
10
lib/buildit
@@ -6,6 +6,11 @@
|
|||||||
|
|
||||||
set -e
|
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" ]
|
if [ `basename $(pwd)` != "lib" ]
|
||||||
then
|
then
|
||||||
echo "current directory must be lib"
|
echo "current directory must be lib"
|
||||||
@@ -177,3 +182,8 @@ if [ -z "$RC_XBS" ]
|
|||||||
then
|
then
|
||||||
rm *.o
|
rm *.o
|
||||||
fi
|
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 ""
|
||||||
|
|||||||
@@ -177,4 +177,7 @@ echo " + ----"
|
|||||||
echo "total number of tests : $(($FAIL+$PASS))"
|
echo "total number of tests : $(($FAIL+$PASS))"
|
||||||
echo "****************************************************"
|
echo "****************************************************"
|
||||||
|
|
||||||
|
echo "---------- WARNING ----------"
|
||||||
|
echo "testit is no longer supported and will be removed in the future"
|
||||||
|
|
||||||
exit $FAIL
|
exit $FAIL
|
||||||
|
|||||||
Reference in New Issue
Block a user