2009-06-02 17:52:33 +00:00
|
|
|
#! /bin/sh
|
2015-12-30 11:46:15 +00:00
|
|
|
echo "################################################################################"
|
|
|
|
echo "################################################################################"
|
2016-07-23 20:41:05 +00:00
|
|
|
echo "The LLVM project no longer supports building with configure & make."
|
2015-12-30 11:46:15 +00:00
|
|
|
echo ""
|
|
|
|
echo "Please migrate to the CMake-based build system."
|
|
|
|
echo "For more information see: http://llvm.org/docs/CMake.html"
|
|
|
|
echo "################################################################################"
|
|
|
|
echo "################################################################################"
|
2016-07-23 20:41:05 +00:00
|
|
|
exit 1
|