From 7f71d43e9424959a0514b952bd9c29d08a65e0b0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sun, 27 Nov 2011 01:03:03 +0100 Subject: [PATCH] Warn people about depreciation, do not block them. --- extras/contrib/bootstrap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap index 958e0b7673..ed73e5a572 100755 --- a/extras/contrib/bootstrap +++ b/extras/contrib/bootstrap @@ -24,10 +24,9 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. # *************************************************************************** -echo "This method to build 3rd party libraries has been deprecated. +echo "WARNING: 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 -- 2.39.2