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
blaar
blaar
Commits
d1383b91
Commit
d1383b91
authored
May 09, 2017
by
Arnaud Blanchard
Browse files
Update clone_common_projects.sh
parent
a27f5cec
Changes
1
Hide whitespace changes
Inline
Side-by-side
developer_tools/clone_common_projects.sh
View file @
d1383b91
...
...
@@ -20,7 +20,8 @@ set -o pipefail #Error if a pipe fail
cd
$(
dirname
$0
)
/..
#blc_core has to be first. It is used by all others projects
basic_libraries
=(
blc_core blc_channel blc_network blc_processes blc_program blc_image
)
#blc_program has to be before blc_processes ( not nice dependecy)
basic_libraries
=(
blc_core blc_channel blc_network blc_program blc_processes blc_image
)
standard_projects
=(
blc_channels i_keyboard
)
mkdir
-p
/tmp/blaar
...
...
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