summaryrefslogtreecommitdiffstats
path: root/runtime/user/recreate_links
blob: 5b182480953a67fd61034bbd2d9d163c494c9d68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash

ln -s ../map.h .
ln -s ../map.c .
ln -s ../map-stat.c .
ln -s ../string.c .
ln -s ../string.h .
ln -s ../sym.c .
ln -s ../counter.c .
ln -s ../stat.c .
ln -s ../stat.h .
ln -s ../stat-common.c .
ln -s ../arith.c .
ln -s ../map-gen.c .
ln -s ../pmap-gen.c .