Differences From Artifact [8168084a10]:
- Executable file utils/mk_wrapper — part of check-in [90d533fb56] at 2013-07-18 23:33:40 on branch v1.55 — Added roadmap, enabled -logging, switched to exec in wrapper scripts (user: mrwellan, size: 303) [annotate] [blame] [check-ins using] [more...]
To Artifact [6105d8eb8f]:
- Executable file utils/mk_wrapper — part of check-in [1d89f11f7f] at 2014-03-22 22:57:48 on branch v1.55 — Put executables in sub dir and call based on MACHTYPE (user: matt, size: 358) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | + + - + | #!/bin/bash prefix=$1 cmd=$2 echo "#!/bin/bash" if [ "$LD_LIBRARY_PATH" != "" ];then echo "INFO: Using LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >&2 echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH" else echo "INFO: LD_LIBRARY_PATH not set" >&2 fi # echo 'ARCHSTR=$(uname -m)_$(uname -r)' |