Skip to content
Snippets Groups Projects
Commit 29a3fac4 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

add 105f71eba94f47ccdbf344f16a29758909a265e5 from Pd-l2ork: better pulling of...

add 105f71eba94f47ccdbf344f16a29758909a265e5 from Pd-l2ork: better pulling of submodules (TODO: add wiringpi as a submodule)
parent 0c1c9be1
No related branches found
No related tags found
No related merge requests found
...@@ -137,6 +137,7 @@ then ...@@ -137,6 +137,7 @@ then
# init all submodules (only necessary the first time) # init all submodules (only necessary the first time)
git submodule init git submodule init
git submodule update git submodule update
git submodule foreach git pull origin master
fi fi
fi fi
...@@ -265,6 +266,7 @@ then ...@@ -265,6 +266,7 @@ then
cp -f ../../l2ork_addons/flext/config-lnx-pd-gcc.txt.rpi ../../externals/grill/trunk/flext/buildsys/config-lnx-pd-gcc.txt cp -f ../../l2ork_addons/flext/config-lnx-pd-gcc.txt.rpi ../../externals/grill/trunk/flext/buildsys/config-lnx-pd-gcc.txt
cat ../../externals/OSCx/src/Makefile | sed -e s/-lpd//g > ../../externals/OSCx/src/Makefile cat ../../externals/OSCx/src/Makefile | sed -e s/-lpd//g > ../../externals/OSCx/src/Makefile
fi fi
echo "FOOOOOOOOOOOOOOOOOOOOOOOOOOOO"
make install prefix=$inst_dir make install prefix=$inst_dir
echo "copying pd-l2ork-specific externals..." echo "copying pd-l2ork-specific externals..."
# create images folder # create images folder
......
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