]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - build/prepare_infrastructure
prepare_infrastructure udela i update darcse
[eurobot/public.git] / build / prepare_infrastructure
1 #!/bin/sh
2
3 if [ ! -d _infrastructure/h8300-boot/_darcs ]; then
4     [ -x "`which darcs`" ] && darcs get http://rtime.felk.cvut.cz/repos/h8300-boot --repo-name=_infrastructure/h8300-boot || exit 1
5 else
6     [ -x "`which darcs`" ] && (cd _infrastructure/h8300-boot; darcs pull http://rtime.felk.cvut.cz/repos/h8300-boot) || exit 1
7 fi
8
9 for i in h8eurobot/ h8mirosot/ h8canusb/ linux/ ppc/; do
10         make -C $i default-config
11 done
12
13 # for i in *; do
14 #     [ -d $i -a $i != h8300-boot ] && ln -sf ../../$i h8300-boot/app
15 # done
16
17 # echo "You can find all your applications in h8300-boot/app"