[libcxx] r292181 - Add warning messages to buildit/testit about their upcoming removal

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 16 17:16:44 PST 2017


Author: ericwf
Date: Mon Jan 16 19:16:44 2017
New Revision: 292181

URL: http://llvm.org/viewvc/llvm-project?rev=292181&view=rev
Log:
Add warning messages to buildit/testit about their upcoming removal

Modified:
    libcxx/trunk/lib/buildit
    libcxx/trunk/test/testit

Modified: libcxx/trunk/lib/buildit
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/lib/buildit?rev=292181&r1=292180&r2=292181&view=diff
==============================================================================
--- libcxx/trunk/lib/buildit (original)
+++ libcxx/trunk/lib/buildit Mon Jan 16 19:16:44 2017
@@ -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 ""

Modified: libcxx/trunk/test/testit
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/testit?rev=292181&r1=292180&r2=292181&view=diff
==============================================================================
--- libcxx/trunk/test/testit (original)
+++ libcxx/trunk/test/testit Mon Jan 16 19:16:44 2017
@@ -177,4 +177,7 @@ echo "                       +   ----"
 echo "total number of tests    : $(($FAIL+$PASS))"
 echo "****************************************************"
 
+echo "---------- WARNING ----------"
+echo "testit is no longer supported and will be removed in the future"
+
 exit $FAIL




More information about the cfe-commits mailing list