Skip to content

Commit

Permalink
print deprecation message within 80 chars to be terminal friendly.
Browse files Browse the repository at this point in the history
  • Loading branch information
FonsRademakers committed Feb 22, 2017
1 parent 9109828 commit 3bed5c0
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
#
######################################################################

echo "****************************************************************************************************************"
echo "* The classic configure/make method of building ROOT is now DEPRECATED in favor of the CMake one. *"
echo "* Refer to README/INSTALL file for updated instructions or visit the page https://root.cern.ch/building-root *"
echo "****************************************************************************************************************"
echo "******************************************************************************"
echo "* The classic configure/make method of building ROOT is now DEPRECATED in *"
echo "* favor of the CMake one. *"
echo "* Refer to README/INSTALL file for updated instructions or visit the page *"
echo "* https://root.cern.ch/building-root *"
echo "******************************************************************************"

#
### echo %%% Some global variables
Expand Down Expand Up @@ -8487,9 +8489,11 @@ if [ "x$run_maintainer_clean" = "xyes" ]; then
$0 `cat config.status 2>/dev/null`
fi

echo "****************************************************************************************************************"
echo "* The classic configure/make method of building ROOT is now DEPRECATED in favor of the CMake one. *"
echo "* Refer to README/INSTALL file for updated instructions or visit the page https://root.cern.ch/building-root *"
echo "****************************************************************************************************************"
echo "******************************************************************************"
echo "* The classic configure/make method of building ROOT is now DEPRECATED in *"
echo "* favor of the CMake one. *"
echo "* Refer to README/INSTALL file for updated instructions or visit the page *"
echo "* https://root.cern.ch/building-root *"
echo "******************************************************************************"

exit 0

0 comments on commit 3bed5c0

Please sign in to comment.