Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
15d16283
Commit
15d16283
authored
Oct 11, 2019
by
YannGarcia
Browse files
Bug fixed in build scripts
parent
5a76dcaf
Changes
9
Hide whitespace changes
Inline
Side-by-side
scripts/autointerop_generate_makefile.bash
View file @
15d16283
...
...
@@ -239,9 +239,13 @@ sed --in-place "${ADD_RUN_LINE_2}" ./Makefile
# Build all
make all 2>&1 3>&1 |
tee
--append
build.log
if
[
"
$?
"
=
=
"
1
"
]
if
[
"
$?
"
!
=
"
0
"
]
then
f_exit
"Failed to generate ATS source code"
9
fi
../bin/Ats
${
ATS_NAME
}
-v
if
[
"
$?
"
!=
"0"
]
then
f_exit
"Failed to executte binary file Ats
${
ATS_NAME
}
"
10
fi
f_exit
"Build done successfully"
0
scripts/cam_generate_makefile.bash
View file @
15d16283
...
...
@@ -241,9 +241,13 @@ sed --in-place "${ADD_RUN_LINE_3}" ./Makefile
# Build all
make all 2>&1 3>&1 |
tee
--append
build.log
if
[
"
$?
"
=
=
"
1
"
]
if
[
"
$?
"
!
=
"
0
"
]
then
f_exit
"Failed to generate ATS source code"
9
fi
../bin/Ats
${
ATS_NAME
}
-v
if
[
"
$?
"
!=
"0"
]
then
f_exit
"Failed to executte binary file Ats
${
ATS_NAME
}
"
10
fi
f_exit
"Build done successfully"
0
scripts/denm_generate_makefile.bash
View file @
15d16283
...
...
@@ -241,9 +241,18 @@ sed --in-place "${ADD_RUN_LINE_3}" ./Makefile
# Build all
make all 2>&1 3>&1 |
tee
--append
build.log
if
[
"
$?
"
==
"
1
"
]
if
[
"
$?
"
==
"
0
"
]
then
f_exit
"Failed to generate ATS source code"
9
fi
../bin/Ats
${
ATS_NAME
}
-v
if
[
"
$?
"
!=
"0"
]
then
f_exit
"Failed to generate ATS source code"
9
fi
../bin/Ats
${
ATS_NAME
}
-v
if
[
"
$?
"
!=
"0"
]
then
f_exit
"Failed to executte binary file Ats
${
ATS_NAME
}
"
10
fi
f_exit
"Build done successfully"
0
scripts/gencert_generate_makefile.bash
View file @
15d16283
...
...
@@ -241,9 +241,13 @@ sed --in-place "${ADD_RUN_LINE_3}" ./Makefile
# Build all
make all 2>&1 3>&1 |
tee
--append
build.log
if
[
"
$?
"
=
=
"
1
"
]
if
[
"
$?
"
!
=
"
0
"
]
then
f_exit
"Failed to generate ATS source code"
9
fi
../bin/Ats
${
ATS_NAME
}
-v
if
[
"
$?
"
!=
"0"
]
then
f_exit
"Failed to executte binary file Ats
${
ATS_NAME
}
"
10
fi
f_exit
"Build done successfully"
0
scripts/geonw_generate_makefile.bash
View file @
15d16283
...
...
@@ -241,9 +241,13 @@ sed --in-place "${ADD_RUN_LINE_3}" ./Makefile
# Build all
make all 2>&1 3>&1 |
tee
--append
build.log
if
[
"
$?
"
=
=
"
1
"
]
if
[
"
$?
"
!
=
"
0
"
]
then
f_exit
"Failed to generate ATS source code"
9
fi
../bin/Ats
${
ATS_NAME
}
-v
if
[
"
$?
"
!=
"0"
]
then
f_exit
"Failed to executte binary file Ats
${
ATS_NAME
}
"
10
fi
f_exit
"Build done successfully"
0
scripts/pki_generate_makefile.bash
View file @
15d16283
...
...
@@ -246,7 +246,7 @@ then
f_exit
"Failed to generate ATS source code"
9
fi
../bin/Ats
${
ATS_NAME
}
-v
if
[
"
$?
"
!=
"
1
"
]
if
[
"
$?
"
!=
"
0
"
]
then
f_exit
"Failed to executte binary file Ats
${
ATS_NAME
}
"
10
fi
...
...
scripts/rsusimulator_generate_makefile.bash
View file @
15d16283
...
...
@@ -241,9 +241,13 @@ sed --in-place "${ADD_RUN_LINE_3}" ./Makefile
# Build all
make all 2>&1 3>&1 |
tee
--append
build.log
if
[
"
$?
"
=
=
"
1
"
]
if
[
"
$?
"
!
=
"
0
"
]
then
f_exit
"Failed to generate ATS source code"
9
fi
../bin/Ats
${
ATS_NAME
}
-v
if
[
"
$?
"
!=
"0"
]
then
f_exit
"Failed to executte binary file Ats
${
ATS_NAME
}
"
10
fi
f_exit
"Build done successfully"
0
scripts/security_generate_makefile.bash
View file @
15d16283
...
...
@@ -241,9 +241,13 @@ sed --in-place "${ADD_RUN_LINE_3}" ./Makefile
# Build all
make all 2>&1 3>&1 |
tee
--append
build.log
if
[
"
$?
"
=
=
"
1
"
]
if
[
"
$?
"
!
=
"
0
"
]
then
f_exit
"Failed to generate ATS source code"
9
fi
../bin/Ats
${
ATS_NAME
}
-v
if
[
"
$?
"
!=
"0"
]
then
f_exit
"Failed to executte binary file Ats
${
ATS_NAME
}
"
10
fi
f_exit
"Build done successfully"
0
scripts/testcodec_generate_makefile.bash
View file @
15d16283
...
...
@@ -241,9 +241,13 @@ sed --in-place "${ADD_RUN_LINE_3}" ./Makefile
# Build all
make all 2>&1 3>&1 |
tee
--append
build.log
if
[
"
$?
"
=
=
"
1
"
]
if
[
"
$?
"
!
=
"
0
"
]
then
f_exit
"Failed to generate ATS source code"
9
fi
../bin/Ats
${
ATS_NAME
}
-v
if
[
"
$?
"
!=
"0"
]
then
f_exit
"Failed to executte binary file Ats
${
ATS_NAME
}
"
10
fi
f_exit
"Build done successfully"
0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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