From 9ad2a2eb1411397f90a3b1e56ac00d4a50a607fc Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 11 Aug 2003 17:53:10 -0400 Subject: ENH: Add error message for make missing --- bootstrap | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap b/bootstrap index e473451..8e793bd 100755 --- a/bootstrap +++ b/bootstrap @@ -425,6 +425,10 @@ done cd "${cmake_bootstrap_dir}" rm -rf "${cmake_bootstrap_dir}/${TMPFILE}" +if [ -z "${cmake_make_processor}" ]; then + cmake_error "Cannot find apropriate Makefile processor on this system. +Please specify one using environment variable MAKE." +fi echo "Make processor on this system is: ${cmake_make_processor}" # Ok, we have CC, CXX, and MAKE. -- cgit v0.12