diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-08-11 21:53:10 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-08-11 21:53:10 (GMT) |
commit | 9ad2a2eb1411397f90a3b1e56ac00d4a50a607fc (patch) | |
tree | 7b058fde0a32e0a8e5f07cccde2424999b33a0a1 /bootstrap | |
parent | d6b9648ee346b3e0cff039c1701a4c4eaa52789f (diff) | |
download | CMake-9ad2a2eb1411397f90a3b1e56ac00d4a50a607fc.zip CMake-9ad2a2eb1411397f90a3b1e56ac00d4a50a607fc.tar.gz CMake-9ad2a2eb1411397f90a3b1e56ac00d4a50a607fc.tar.bz2 |
ENH: Add error message for make missing
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |