Differences From Artifact [8a8fb062fe]:
- Executable file utils/mk_wrapper — part of check-in [4b43da4d9c] at 2014-09-25 17:44:48 on branch v1.60 — Moved utils Makefile for chicken build to Makefile.installall (user: mrwellan, size: 593) [annotate] [blame] [check-ins using] [more...]
To Artifact [5c57dfa7d1]:
- Executable file utils/mk_wrapper — part of check-in [aff5b70f91] at 2015-02-21 06:26:24 on branch v1.60 — Misc setup tweaks, made wrapper installer omit source of cfg if it isn't needed (user: matt, size: 635) [annotate] [blame] [check-ins using]
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 | + - + + | ) > $cfgfile echo else echo "INFO: LD_LIBRARY_PATH not set" >&2 fi echo "#!/bin/bash" > $target if [ "$LD_LIBRARY_PATH" != "" ];then |