Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brad King
CMake
Commits
844d798b
Commit
844d798b
authored
May 10, 2006
by
Bill Hoffman
Browse files
ENH: remove ps thing
parent
262f3c71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Utilities/Release/create-cmake-release.cmake
View file @
844d798b
...
@@ -22,10 +22,7 @@ foreach(f ${RELEASE_SCRIPTS})
...
@@ -22,10 +22,7 @@ foreach(f ${RELEASE_SCRIPTS})
${
CMAKE_COMMAND
}
-DCMAKE_VERSION=
${
CMAKE_VERSION
}
-P
${
CMAKE_ROOT
}
/Utilities/Release/
${
f
}
< /dev/null >&
${
CMAKE_CURRENT_SOURCE_DIR
}
/logs/
${
f
}
-
${
CMAKE_VERSION
}
.log &
${
CMAKE_COMMAND
}
-DCMAKE_VERSION=
${
CMAKE_VERSION
}
-P
${
CMAKE_ROOT
}
/Utilities/Release/
${
f
}
< /dev/null >&
${
CMAKE_CURRENT_SOURCE_DIR
}
/logs/
${
f
}
-
${
CMAKE_VERSION
}
.log &
xterm -geometry 80x10 -sb -sl 2000 -T
${
f
}
-
${
CMAKE_VERSION
}
.log -e tail -f
${
CMAKE_CURRENT_SOURCE_DIR
}
/logs/
${
f
}
-
${
CMAKE_VERSION
}
.log&"
)
xterm -geometry 80x10 -sb -sl 2000 -T
${
f
}
-
${
CMAKE_VERSION
}
.log -e tail -f
${
CMAKE_CURRENT_SOURCE_DIR
}
/logs/
${
f
}
-
${
CMAKE_VERSION
}
.log&"
)
endforeach
(
f
)
endforeach
(
f
)
file
(
APPEND create-
${
CMAKE_VERSION
}
.sh
"
echo
\"
ps -ef | grep ssh | grep release
\"
"
)
execute_process
(
COMMAND chmod a+x create-
${
CMAKE_VERSION
}
.sh
)
execute_process
(
COMMAND chmod a+x create-
${
CMAKE_VERSION
}
.sh
)
message
(
"Run create-
${
CMAKE_VERSION
}
.sh"
)
message
(
"Run
./
create-
${
CMAKE_VERSION
}
.sh"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment