summaryrefslogtreecommitdiffstats
path: root/build_tools/clarch/setup_links.sh
blob: 24b968cdd58ca36a97fadc17d0e5ea04eb4d8ff7 (plain)
1
2
3
4
5
6
7
8
scriptdir=`pwd`

[ -e mklarch     ] || ln -s larch/run/mklarch mklarch
[ -e cachepacs   ] || ln -s larch/run/cachepacs cachepacs 
[ -e larchify    ] || ln -s larch/run/larchify larchify
[ -e inpacs      ] || ln -s larch/run/inpacs inpacs
[ -e usb2bootiso ] || ln -s larch/run/usb2bootiso usb2bootiso 
# End