diff options
Diffstat (limited to 'bsc-nat/gen_links.sh')
-rwxr-xr-x | bsc-nat/gen_links.sh | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/bsc-nat/gen_links.sh b/bsc-nat/gen_links.sh index e9280e6..8aa47a9 100755 --- a/bsc-nat/gen_links.sh +++ b/bsc-nat/gen_links.sh @@ -2,14 +2,7 @@ BASEDIR=../deps -gen_links() { - DIR=$1 - FILES=$* - for f in $FILES; do - echo "Linking $f" - ln -sf $DIR/$f $f - done -} +. ../gen_links.sh.inc #DIR=$BASEDIR/titan.TestPorts.UNIX_DOMAIN_SOCKETasp/src #FILES="UD_PT.cc UD_PT.hh UD_PortType.ttcn UD_Types.ttcn" |