Put branches into a common variable
[barry.git] / build-lib-os4.sh
blobd5ee2ab838b824738587b7d87bb5f79e0acaa429
1 #!/bin/sh
3 # handy script to build the base libraries and opensync-plugin-0.4x
5 ./buildgen.sh && \
6 ../handy-scripts/configure-barry.sh && \
7 make -j2 && \
8 make install && \
9 cd opensync-plugin-0.4x/ && \
10 ../../handy-scripts/configure-barryopensync-0.4x.sh && \
11 make -j2 && \
12 make install