Skip to content
Snippets Groups Projects
Commit c67d55b2 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

ENH: try again

parent 4a2cc028
No related branches found
Tags v2.4.1
No related merge requests found
......@@ -447,13 +447,13 @@ tests()
#-----------------------------------------------------------------------------
package()
{
[ -z "${DONE_install}" ] || return 0 ; DONE_install="yes"
[ -z "${DONE_package}" ] || return 0 ; DONE_package="yes"
config || return 1
[ -d "cmake-${VERSION}-${PLATFORM}/Tests/Simple" ] || tests || return 1
echo "Running make package ..." &&
(
cd "cmake-${VERSION}-${PLATFORM}" &&
${MAKE} package"
${MAKE} package
) >Logs/install.log 2>&1 || error_log Logs/install.log
}
#-----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment