MXS-1630: Combine MaxCtrl into the main package

Added MaxCtrl to the core package. Removed the old packages from build
scripts.
This commit is contained in:
Markus Mäkelä
2018-01-26 10:05:48 +02:00
parent ef5c8d3114
commit 9b5d4d129e
4 changed files with 24 additions and 17 deletions

View File

@ -48,7 +48,7 @@ cp _build/*.gz .
set -x
if [ "$build_experimental" == "yes" ]
then
for component in experimental devel client
for component in experimental devel
do
cd _build
rm CMakeCache.txt

View File

@ -43,7 +43,7 @@ cp _build/*.gz .
if [ "$build_experimental" == "yes" ]
then
for component in experimental devel client
for component in experimental devel
do
cd _build
rm CMakeCache.txt