From 4e56bb9c3a6b765fd01ec387168b849dab996a2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sat, 26 Nov 2011 15:04:09 -0500 Subject: [PATCH] Deprecate extras/contrib --- extras/contrib/bootstrap | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap index f45a7217f7..958e0b7673 100755 --- a/extras/contrib/bootstrap +++ b/extras/contrib/bootstrap @@ -24,6 +24,11 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. # *************************************************************************** +echo "This method to build 3rd party libraries has been deprecated. +Please use the /contrib folder instead of /extras/contrib. +" +exit 1 + LANG=C export LANG set -e -- 2.39.5