You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
573 B
11 lines
573 B
#! /bin/sh
|
|
echo "################################################################################"
|
|
echo "################################################################################"
|
|
echo "The LLVM project no longer supports building with configure & make."
|
|
echo ""
|
|
echo "Please migrate to the CMake-based build system."
|
|
echo "For more information see: http://llvm.org/docs/CMake.html"
|
|
echo "################################################################################"
|
|
echo "################################################################################"
|
|
exit 1
|